#CEC8DA

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

Shades of Fog #CEC8DA

Tints of Fog #CEC8DA

Color information

#CEC8DA (or 0xCEC8DA) is unknown color: approx Fog. HEX triplet: CE, C8 and DA. RGB value is (206,200,218). Sum of RGB (Red+Green+Blue) = 206+200+218=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8DA is #313725. Grayscale: #CBCBCB. Windows color (decimal): -3225382 or 14338254. OLE color: 14338254.

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

Color convert

RGB206200218-
CMYK0.060.0800.15
HSL260º19.57%81.96%-
HSV(B)260º8.26%85.49%-
XYZ58.7659.4974.72-
YUV203.85135.99129.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=33.01%
G=32.05%
B=34.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062002180.060.0800.1526019.5781.96
HexCEC8DA680F1041452
Octal31631033261001740424122
Binary110011101100100011011010110100001111100000100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8DA; }

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

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

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

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

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

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

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

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