#DCF9EA

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

Shades of White Ice #DCF9EA

Tints of White Ice #DCF9EA

Color information

#DCF9EA (or 0xDCF9EA) is unknown color: approx White Ice. HEX triplet: DC, F9 and EA. RGB value is (220,249,234). Sum of RGB (Red+Green+Blue) = 220+249+234=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9EA is #230615. Grayscale: #EEEEEE. Windows color (decimal): -2295318 or 15399388. OLE color: 15399388.

HSL color Cylindrical-coordinate representation of color #DCF9EA: hue angle of 148.97º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF9EA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB220249234-
CMYK0.1200.060.02
HSL148.97º70.73%91.96%-
HSV(B)148.97º11.65%97.65%-
XYZ78.2488.9190.88-
YUV238.62125.39114.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.29%
GREEN value IS 249 (97.66% from 255) = 35.42%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=31.29%
G=35.42%
B=33.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202492340.1200.060.02148.9770.7391.96
HexDCF9EAC06295475c
Octal33437135214062225107134
Binary11011100111110011110101011000110101001010110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9EA; }

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

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

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

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

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

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

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

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