#E4CBFE

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

Shades of Fog #E4CBFE

Tints of Fog #E4CBFE

Color information

#E4CBFE (or 0xE4CBFE) is unknown color: approx Fog. HEX triplet: E4, CB and FE. RGB value is (228,203,254). Sum of RGB (Red+Green+Blue) = 228+203+254=685 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.28% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBFE is #1B3401. Grayscale: #D8D8D8. Windows color (decimal): -1782786 or 16698340. OLE color: 16698340.

HSL color Cylindrical-coordinate representation of color #E4CBFE: hue angle of 269.41º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E4CBFE is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228203254-
CMYK0.100.2000.00
HSL269.41º96.23%89.61%-
HSV(B)269.41º20.08%99.61%-
XYZ71.2466.36102.82-
YUV216.29149.28136.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.28%
GREEN value IS 203 (79.69% from 255) = 29.64%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=33.28%
G=29.64%
B=37.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282032540.100.2000.00269.4196.2389.61
HexE4CBFEA140010d605a
Octal344313376122400415140132
Binary1110010011001011111111101010101000010000110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CBFE; }

 p { color: rgb(228,203,254); }

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

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

 a { background-color: rgb(228,203,254); }

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

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

 span { border-color: rgb(228,203,254); }

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