#CEBFE4

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

Shades of Fog #CEBFE4

Tints of Fog #CEBFE4

Color information

#CEBFE4 (or 0xCEBFE4) is unknown color: approx Fog. HEX triplet: CE, BF and E4. RGB value is (206,191,228). Sum of RGB (Red+Green+Blue) = 206+191+228=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFE4 is #31401B. Grayscale: #C7C7C7. Windows color (decimal): -3227676 or 14991310. OLE color: 14991310.

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

Color convert

RGB206191228-
CMYK0.100.1600.11
HSL264.32º40.66%82.16%-
HSV(B)264.32º16.23%89.41%-
XYZ58.0955.9881.14-
YUV199.7143.97132.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=32.96%
G=30.56%
B=36.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061912280.100.1600.11264.3240.6682.16
HexCEBFE4A100B1082952
Octal316277344122001341051122
Binary110011101011111111100100101010000010111000010001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFE4; }

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

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

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

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

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

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

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

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