Color Hex Logo

#cebfdd Color Hex

#CEBFDD
(206,191,221)
0 Favorites   0 Comments

Color spaces of #cebfdd

RGB 206191221
HSL0.750.310.81
HSV270°14°87°
CMYK 0.070.140.00   0.13
XYZ57.135555.603976.1279
Yxy55.60390.30250.2944
Hunter Lab74.56806.2762-8.3327
CIE-Lab79.387910.8261-13.0489

#cebfdd color RGB value is (206,191,221).

#cebfdd hex color red value is 206, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cebfdd hue: 0.75 , saturation: 0.31 and the lightness value of cebfdd is 0.81.

The process color (four color CMYK) of #cebfdd color hex is 0.07, 0.14, 0.00, 0.13. Web safe color of #cebfdd is #cccccc. Color #cebfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111111 11011101
Octal 316 277 335
Decimal 206 191 221
Hex CE BF DD

RGB Percentages of Color #cebfdd

%33.33
%30.91
%35.76

CMYK Percentages of Color #cebfdd

%7
%14
%0
%13

Triadic Colors of #cebfdd

#cebfdd #ddcebf #bfddce

Analogous Colors of #cebfdd

#cebfdd #ddbfdd #bfbfdd

Monochromatic Colors of #cebfdd

#cebfdd

Complementary Color

#cebfdd #ceddbf

#cebfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebfdd Color CSS Codes

.mybgcolor {background-color:#cebfdd; } 
.myforecolor {color:#cebfdd; }
.mybordercolor {border:3px solid #cebfdd; }

#cebfdd Text Font Color

<p style="color:#cebfdd">Text here</p>

This sample text font color is #cebfdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cebfdd Background Color

<div style="background-color:#cebfdd">
Div content here</div>

This div background color is #cebfdd


#cebfdd Border Color

<div style="border:3px solid #cebfdd">
Div here</div>

This div border color is #cebfdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,191,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cebfdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cebfdd;
  -webkit-box-shadow: 1px 1px 3px 2px #cebfdd;
  box-shadow:         1px 1px 3px 2px #cebfdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,191,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cebfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cebfdd;
  -webkit-box-shadow: 1px 1px 3px 2px #cebfdd;
  box-shadow:         1px 1px 3px 2px #cebfdd;">
Div content here</div>

This div box has shadow with color #cebfdd


Comments

No comments written yet.

Please login to write comment.