#D0ECDC

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

Shades of White Ice #D0ECDC

Tints of White Ice #D0ECDC

Color information

#D0ECDC (or 0xD0ECDC) is unknown color: approx White Ice. HEX triplet: D0, EC and DC. RGB value is (208,236,220). Sum of RGB (Red+Green+Blue) = 208+236+220=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECDC is #2F1323. Grayscale: #E1E1E1. Windows color (decimal): -3085092 or 14478544. OLE color: 14478544.

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

Color convert

RGB208236220-
CMYK0.1200.070.07
HSL145.71º42.42%87.06%-
HSV(B)145.71º11.86%92.55%-
XYZ68.9378.5779.24-
YUV225.8124.72115.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=31.33%
G=35.54%
B=33.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082362200.1200.070.07145.7142.4287.06
HexD0ECDCC077922a57
Octal3203543341407722252127
Binary11010000111011001101110011000111111100100101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECDC; }

 p { color: rgb(208,236,220); }

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

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

 a { background-color: rgb(208,236,220); }

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

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

 span { border-color: rgb(208,236,220); }

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