#DCFFED

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

Shades of White Ice #DCFFED

Tints of White Ice #DCFFED

Color information

#DCFFED (or 0xDCFFED) is unknown color: approx White Ice. HEX triplet: DC, FF and ED. RGB value is (220,255,237). Sum of RGB (Red+Green+Blue) = 220+255+237=712 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.90% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFED is #230012. Grayscale: #F2F2F2. Windows color (decimal): -2293779 or 15597532. OLE color: 15597532.

HSL color Cylindrical-coordinate representation of color #DCFFED: hue angle of 149.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFED is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB220255237-
CMYK0.1400.070
HSL149.14º100%93.14%-
HSV(B)149.14º13.73%100%-
XYZ80.5692.8593.8-
YUV242.48124.9111.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.90%
GREEN value IS 255 (100% from 255) = 35.81%
BLUE value IS 237 (92.97% from 255) = 33.29%
R=30.90%
G=35.81%
B=33.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552370.1400.070149.1410093.14
HexDCFFEDE07095645d
Octal33437735516070225144135
Binary1101110011111111111011011110011101001010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFED; }

 p { color: rgb(220,255,237); }

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

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

 a { background-color: rgb(220,255,237); }

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

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

 span { border-color: rgb(220,255,237); }

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