#CEC5D8

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

Shades of Fog #CEC5D8

Tints of Fog #CEC5D8

Color information

#CEC5D8 (or 0xCEC5D8) is unknown color: approx Fog. HEX triplet: CE, C5 and D8. RGB value is (206,197,216). Sum of RGB (Red+Green+Blue) = 206+197+216=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEC5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5D8 is #313A27. Grayscale: #C9C9C9. Windows color (decimal): -3226152 or 14206414. OLE color: 14206414.

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

Color convert

RGB206197216-
CMYK0.050.0900.15
HSL268.42º19.59%80.98%-
HSV(B)268.42º8.8%84.71%-
XYZ57.8158.0173.12-
YUV201.86135.98130.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 216 (84.77% from 255) = 34.89%
R=33.28%
G=31.83%
B=34.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061972160.050.0900.15268.4219.5980.98
HexCEC5D8590F10c1451
Octal31630533051101741424121
Binary110011101100010111011000101100101111100001100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5D8; }

 p { color: rgb(206,197,216); }

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

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

 a { background-color: rgb(206,197,216); }

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

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

 span { border-color: rgb(206,197,216); }

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