#DCEFE5

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

Shades of White Ice #DCEFE5

Tints of White Ice #DCEFE5

Color information

#DCEFE5 (or 0xDCEFE5) is unknown color: approx White Ice. HEX triplet: DC, EF and E5. RGB value is (220,239,229). Sum of RGB (Red+Green+Blue) = 220+239+229=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFE5 is #23101A. Grayscale: #E8E8E8. Windows color (decimal): -2297883 or 15069148. OLE color: 15069148.

HSL color Cylindrical-coordinate representation of color #DCEFE5: hue angle of 148.42º 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 #DCEFE5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB220239229-
CMYK0.0800.040.06
HSL148.42º37.25%90%-
HSV(B)148.42º7.95%93.73%-
XYZ74.5282.6186.15-
YUV232.18126.21119.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=31.98%
G=34.74%
B=33.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392290.0800.040.06148.4237.2590
HexDCEFE5804694255a
Octal3343573451004622445132
Binary11011100111011111110010110000100110100101001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFE5; }

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

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

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

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

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

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

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

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