#CECAD6

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

Shades of Fog #CECAD6

Tints of Fog #CECAD6

Color information

#CECAD6 (or 0xCECAD6) is unknown color: approx Fog. HEX triplet: CE, CA and D6. RGB value is (206,202,214). Sum of RGB (Red+Green+Blue) = 206+202+214=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 214 - color contains mainly: blue. Hex color #CECAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAD6 is #313529. Grayscale: #CCCCCC. Windows color (decimal): -3224874 or 14076622. OLE color: 14076622.

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

Color convert

RGB206202214-
CMYK0.040.0600.16
HSL260º12.77%81.57%-
HSV(B)260º5.61%83.92%-
XYZ58.7160.2272.15-
YUV204.56133.33129.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 214 (83.98% from 255) = 34.41%
R=33.12%
G=32.48%
B=34.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062022140.040.0600.1626012.7781.57
HexCECAD646010104d52
Octal3163123264602040415122
Binary11001110110010101101011010011001000010000010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAD6; }

 p { color: rgb(206,202,214); }

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

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

 a { background-color: rgb(206,202,214); }

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

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

 span { border-color: rgb(206,202,214); }

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