#CEC6D7

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

Shades of Fog #CEC6D7

Tints of Fog #CEC6D7

Color information

#CEC6D7 (or 0xCEC6D7) is unknown color: approx Fog. HEX triplet: CE, C6 and D7. RGB value is (206,198,215). Sum of RGB (Red+Green+Blue) = 206+198+215=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEC6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6D7 is #313928. Grayscale: #CACACA. Windows color (decimal): -3225897 or 14141134. OLE color: 14141134.

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

Color convert

RGB206198215-
CMYK0.040.0800.16
HSL268.24º17.53%80.98%-
HSV(B)268.24º7.91%84.31%-
XYZ57.9158.4272.51-
YUV202.33135.15130.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 198 (77.73% from 255) = 31.99%
BLUE value IS 215 (84.38% from 255) = 34.73%
R=33.28%
G=31.99%
B=34.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061982150.040.0800.16268.2417.5380.98
HexCEC6D74801010c1251
Octal31630632741002041422121
Binary1100111011000110110101111001000010000100001100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6D7; }

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

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

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

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

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

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

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

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