#CEC7DD

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

Shades of Fog #CEC7DD

Tints of Fog #CEC7DD

Color information

#CEC7DD (or 0xCEC7DD) is unknown color: approx Fog. HEX triplet: CE, C7 and DD. RGB value is (206,199,221). Sum of RGB (Red+Green+Blue) = 206+199+221=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7DD is #313822. Grayscale: #CBCBCB. Windows color (decimal): -3225635 or 14534606. OLE color: 14534606.

HSL color Cylindrical-coordinate representation of color #CEC7DD: hue angle of 259.09º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC7DD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206199221-
CMYK0.070.1000.13
HSL259.09º24.44%82.35%-
HSV(B)259.09º9.95%86.67%-
XYZ58.9359.1976.73-
YUV203.6137.82129.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=32.91%
G=31.79%
B=35.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061992210.070.1000.13259.0924.4482.35
HexCEC7DD7A0D1031852
Octal31630733571201540330122
Binary110011101100011111011101111101001101100000011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7DD; }

 p { color: rgb(206,199,221); }

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

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

 a { background-color: rgb(206,199,221); }

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

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

 span { border-color: rgb(206,199,221); }

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