#CEC6DA

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

Shades of Fog #CEC6DA

Tints of Fog #CEC6DA

Color information

#CEC6DA (or 0xCEC6DA) is unknown color: approx Fog. HEX triplet: CE, C6 and DA. RGB value is (206,198,218). Sum of RGB (Red+Green+Blue) = 206+198+218=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6DA is #313925. Grayscale: #CACACA. Windows color (decimal): -3225894 or 14337742. OLE color: 14337742.

HSL color Cylindrical-coordinate representation of color #CEC6DA: hue angle of 264º degrees, saturation: 0.21, 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 #CEC6DA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206198218-
CMYK0.060.0900.15
HSL264º21.28%81.57%-
HSV(B)264º9.17%85.49%-
XYZ58.358.5774.56-
YUV202.67136.65130.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 198 (77.73% from 255) = 31.83%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=33.12%
G=31.83%
B=35.05%

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
Decimal2061982180.060.0900.1526421.2881.57
HexCEC6DA690F1081552
Octal31630633261101741025122
Binary110011101100011011011010110100101111100001000101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6DA; }

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

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

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

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

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

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

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

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