#DCEFE4

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

Shades of White Ice #DCEFE4

Tints of White Ice #DCEFE4

Color information

#DCEFE4 (or 0xDCEFE4) is unknown color: approx White Ice. HEX triplet: DC, EF and E4. RGB value is (220,239,228). Sum of RGB (Red+Green+Blue) = 220+239+228=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFE4 is #23101B. Grayscale: #E8E8E8. Windows color (decimal): -2297884 or 15003612. OLE color: 15003612.

HSL color Cylindrical-coordinate representation of color #DCEFE4: hue angle of 145.26º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFE4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB220239228-
CMYK0.0800.050.06
HSL145.26º37.25%90%-
HSV(B)145.26º7.95%93.73%-
XYZ74.3982.5585.41-
YUV232.06125.71119.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 228 (89.45% from 255) = 33.19%
R=32.02%
G=34.79%
B=33.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392280.0800.050.06145.2637.2590
HexDCEFE4805691255a
Octal3343573441005622145132
Binary11011100111011111110010010000101110100100011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFE4; }

 p { color: rgb(220,239,228); }

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

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

 a { background-color: rgb(220,239,228); }

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

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

 span { border-color: rgb(220,239,228); }

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