#DCFDEE

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

Shades of White Ice #DCFDEE

Tints of White Ice #DCFDEE

Color information

#DCFDEE (or 0xDCFDEE) is unknown color: approx White Ice. HEX triplet: DC, FD and EE. RGB value is (220,253,238). Sum of RGB (Red+Green+Blue) = 220+253+238=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDEE is #230211. Grayscale: #F1F1F1. Windows color (decimal): -2294290 or 15662556. OLE color: 15662556.

HSL color Cylindrical-coordinate representation of color #DCFDEE: hue angle of 152.73º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFDEE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB220253238-
CMYK0.1300.060.01
HSL152.73º89.19%92.75%-
HSV(B)152.73º13.04%99.22%-
XYZ80.0791.6494.36-
YUV241.42126.07112.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.94%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=30.94%
G=35.58%
B=33.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202532380.1300.060.01152.7389.1992.75
HexDCFDEED06199595d
Octal33437535615061231131135
Binary1101110011111101111011101101011011001100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDEE; }

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

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

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

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

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

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

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

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