#CEBBE4

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

Shades of Fog #CEBBE4

Tints of Fog #CEBBE4

Color information

#CEBBE4 (or 0xCEBBE4) is unknown color: approx Fog. HEX triplet: CE, BB and E4. RGB value is (206,187,228). Sum of RGB (Red+Green+Blue) = 206+187+228=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEBBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBE4 is #31441B. Grayscale: #C5C5C5. Windows color (decimal): -3228700 or 14990286. OLE color: 14990286.

HSL color Cylindrical-coordinate representation of color #CEBBE4: hue angle of 267.8º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBBE4 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206187228-
CMYK0.100.1800.11
HSL267.8º43.16%81.37%-
HSV(B)267.8º17.98%89.41%-
XYZ57.2354.2680.86-
YUV197.36145.29134.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=33.17%
G=30.11%
B=36.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061872280.100.1800.11267.843.1681.37
HexCEBBE4A120B10c2b51
Octal316273344122201341453121
Binary110011101011101111100100101010010010111000011001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBE4; }

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

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

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

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

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

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

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

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