#DCF4EA

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

Shades of White Ice #DCF4EA

Tints of White Ice #DCF4EA

Color information

#DCF4EA (or 0xDCF4EA) is unknown color: approx White Ice. HEX triplet: DC, F4 and EA. RGB value is (220,244,234). Sum of RGB (Red+Green+Blue) = 220+244+234=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 244 (95.70% from 255 or 34.96% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF4EA is #230B15. Grayscale: #EBEBEB. Windows color (decimal): -2296598 or 15398108. OLE color: 15398108.

HSL color Cylindrical-coordinate representation of color #DCF4EA: hue angle of 155º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF4EA is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB220244234-
CMYK0.1000.040.04
HSL155º52.17%90.98%-
HSV(B)155º9.84%95.69%-
XYZ76.7285.8690.37-
YUV235.68127.05116.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.52%
GREEN value IS 244 (95.70% from 255) = 34.96%
BLUE value IS 234 (91.80% from 255) = 33.52%
R=31.52%
G=34.96%
B=33.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202442340.1000.040.0415552.1790.98
HexDCF4EAA0449b345b
Octal3343643521204423364133
Binary11011100111101001110101010100100100100110111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF4EA; }

 p { color: rgb(220,244,234); }

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

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

 a { background-color: rgb(220,244,234); }

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

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

 span { border-color: rgb(220,244,234); }

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