#CEBBE0

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

Shades of Fog #CEBBE0

Tints of Fog #CEBBE0

Color information

#CEBBE0 (or 0xCEBBE0) is unknown color: approx Fog. HEX triplet: CE, BB and E0. RGB value is (206,187,224). Sum of RGB (Red+Green+Blue) = 206+187+224=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBE0 is #31441F. Grayscale: #C4C4C4. Windows color (decimal): -3228704 or 14728142. OLE color: 14728142.

HSL color Cylindrical-coordinate representation of color #CEBBE0: hue angle of 270.81º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBBE0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206187224-
CMYK0.080.1700.12
HSL270.81º37.37%80.59%-
HSV(B)270.81º16.52%87.84%-
XYZ56.6854.0477.97-
YUV196.9143.29134.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 224 (87.89% from 255) = 36.30%
R=33.39%
G=30.31%
B=36.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061872240.080.1700.12270.8137.3780.59
HexCEBBE08110C10f2551
Octal316273340102101441745121
Binary110011101011101111100000100010001011001000011111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBE0; }

 p { color: rgb(206,187,224); }

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

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

 a { background-color: rgb(206,187,224); }

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

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

 span { border-color: rgb(206,187,224); }

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