#CEBBE7

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

Shades of Fog #CEBBE7

Tints of Fog #CEBBE7

Color information

#CEBBE7 (or 0xCEBBE7) is unknown color: approx Fog. HEX triplet: CE, BB and E7. RGB value is (206,187,231). Sum of RGB (Red+Green+Blue) = 206+187+231=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEBBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBE7 is #314418. Grayscale: #C5C5C5. Windows color (decimal): -3228697 or 15186894. OLE color: 15186894.

HSL color Cylindrical-coordinate representation of color #CEBBE7: hue angle of 265.91º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEBBE7 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206187231-
CMYK0.110.1900.09
HSL265.91º47.83%81.96%-
HSV(B)265.91º19.05%90.59%-
XYZ57.6554.4383.07-
YUV197.7146.79133.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 231 (90.62% from 255) = 37.02%
R=33.01%
G=29.97%
B=37.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061872310.110.1900.09265.9147.8381.96
HexCEBBE7B130910a3052
Octal316273347132301141260122
Binary110011101011101111100111101110011010011000010101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBE7; }

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

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

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

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

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

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

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

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