#CEC7E6

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

Shades of Fog #CEC7E6

Tints of Fog #CEC7E6

Color information

#CEC7E6 (or 0xCEC7E6) is unknown color: approx Fog. HEX triplet: CE, C7 and E6. RGB value is (206,199,230). Sum of RGB (Red+Green+Blue) = 206+199+230=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC7E6 is #313819. Grayscale: #CCCCCC. Windows color (decimal): -3225626 or 15124430. OLE color: 15124430.

HSL color Cylindrical-coordinate representation of color #CEC7E6: hue angle of 253.55º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC7E6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206199230-
CMYK0.100.1300.10
HSL253.55º38.27%84.12%-
HSV(B)253.55º13.48%90.2%-
XYZ60.1659.6883.21-
YUV204.63142.32128.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=32.44%
G=31.34%
B=36.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2061992300.100.1300.10253.5538.2784.12
HexCEC7E6AD0Afe2654
Octal316307346121501237646124
Binary1100111011000111111001101010110101010111111101001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7E6; }

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

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

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

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

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

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

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

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