#CEC7E9

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

Shades of Fog #CEC7E9

Tints of Fog #CEC7E9

Color information

#CEC7E9 (or 0xCEC7E9) is unknown color: approx Fog. HEX triplet: CE, C7 and E9. RGB value is (206,199,233). Sum of RGB (Red+Green+Blue) = 206+199+233=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEC7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC7E9 is #313816. Grayscale: #CCCCCC. Windows color (decimal): -3225623 or 15321038. OLE color: 15321038.

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

Color convert

RGB206199233-
CMYK0.120.1500.09
HSL252.35º43.59%84.71%-
HSV(B)252.35º14.59%91.37%-
XYZ60.5959.8585.45-
YUV204.97143.82128.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 233 (91.41% from 255) = 36.52%
R=32.29%
G=31.19%
B=36.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061992330.120.1500.09252.3543.5984.71
HexCEC7E9CF09fc2c55
Octal316307351141701137454125
Binary1100111011000111111010011100111101001111111001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7E9; }

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

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

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

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

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

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

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

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