#CEBFE1

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

Shades of Fog #CEBFE1

Tints of Fog #CEBFE1

Color information

#CEBFE1 (or 0xCEBFE1) is unknown color: approx Fog. HEX triplet: CE, BF and E1. RGB value is (206,191,225). Sum of RGB (Red+Green+Blue) = 206+191+225=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFE1 is #31401E. Grayscale: #C7C7C7. Windows color (decimal): -3227679 or 14794702. OLE color: 14794702.

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

Color convert

RGB206191225-
CMYK0.080.1500.12
HSL266.47º36.17%81.57%-
HSV(B)266.47º15.11%88.24%-
XYZ57.6855.8278.97-
YUV199.36142.47132.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=33.12%
G=30.71%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061912250.080.1500.12266.4736.1781.57
HexCEBFE18F0C10a2452
Octal316277341101701441244122
Binary11001110101111111110000110001111011001000010101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFE1; }

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

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

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

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

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

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

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

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