#CEC7DA

Color #CEC7DA Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #CEC7DA

Tints of Fog #CEC7DA

Color information

#CEC7DA (or 0xCEC7DA) is unknown color: approx Fog. HEX triplet: CE, C7 and DA. RGB value is (206,199,218). Sum of RGB (Red+Green+Blue) = 206+199+218=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7DA is #313825. Grayscale: #CBCBCB. Windows color (decimal): -3225638 or 14337998. OLE color: 14337998.

HSL color Cylindrical-coordinate representation of color #CEC7DA: hue angle of 262.11º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC7DA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206199218-
CMYK0.060.0900.15
HSL262.11º20.43%81.76%-
HSV(B)262.11º8.72%85.49%-
XYZ58.5359.0374.64-
YUV203.26136.32129.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 199 (78.12% from 255) = 31.94%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=33.07%
G=31.94%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061992180.060.0900.15262.1120.4381.76
HexCEC7DA690F1061452
Octal31630733261101740624122
Binary110011101100011111011010110100101111100000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7DA; }

 p { color: rgb(206,199,218); }

 H1.HeaderClassName
 {
   color: #CEC7DA;
 }
 .AnyTagClassName
 {
   color: #CEC7DA;
 }
</style>
background-color css

<style>
 a { background-color: #CEC7DA; }

 a { background-color: rgb(206,199,218); }

 div.DivClassName
 {
   background-color: #CEC7DA;
 }
 .BgClassName
 {
   background-color: #CEC7DA;
 }
</style>
border-color css

<style>
 span { border-color: #CEC7DA; }

 span { border-color: rgb(206,199,218); }

 td.TdClassName
 {
   border-color: #CEC7DA;
 }
 .TagClassName
 {
   border-color: #CEC7DA;
 }
</style>