#DCFFEE

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

Shades of White Ice #DCFFEE

Tints of White Ice #DCFFEE

Color information

#DCFFEE (or 0xDCFFEE) is unknown color: approx White Ice. HEX triplet: DC, FF and EE. RGB value is (220,255,238). Sum of RGB (Red+Green+Blue) = 220+255+238=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFEE is #230011. Grayscale: #F2F2F2. Windows color (decimal): -2293778 or 15663068. OLE color: 15663068.

HSL color Cylindrical-coordinate representation of color #DCFFEE: hue angle of 150.86º 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 #DCFFEE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB220255238-
CMYK0.1400.070
HSL150.86º100%93.14%-
HSV(B)150.86º13.73%100%-
XYZ80.7192.9194.57-
YUV242.6125.4111.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.86%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 238 (93.36% from 255) = 33.38%
R=30.86%
G=35.76%
B=33.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552380.1400.070150.8610093.14
HexDCFFEEE07097645d
Octal33437735616070227144135
Binary1101110011111111111011101110011101001011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFEE; }

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

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

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

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

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

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

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

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