#CEBBE1

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

Shades of Fog #CEBBE1

Tints of Fog #CEBBE1

Color information

#CEBBE1 (or 0xCEBBE1) is unknown color: approx Fog. HEX triplet: CE, BB and E1. RGB value is (206,187,225). Sum of RGB (Red+Green+Blue) = 206+187+225=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBE1 is #31441E. Grayscale: #C4C4C4. Windows color (decimal): -3228703 or 14793678. OLE color: 14793678.

HSL color Cylindrical-coordinate representation of color #CEBBE1: hue angle of 270º degrees, saturation: 0.39, 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 #CEBBE1 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206187225-
CMYK0.080.1700.12
HSL270º38.78%80.78%-
HSV(B)270º16.89%88.24%-
XYZ56.8154.178.68-
YUV197.01143.79134.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=33.33%
G=30.26%
B=36.41%

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
Decimal2061872250.080.1700.1227038.7880.78
HexCEBBE18110C10e2751
Octal316273341102101441647121
Binary110011101011101111100001100010001011001000011101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBE1; }

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

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

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

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

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

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

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

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