#D2ECE1

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

Shades of White Ice #D2ECE1

Tints of White Ice #D2ECE1

Color information

#D2ECE1 (or 0xD2ECE1) is unknown color: approx White Ice. HEX triplet: D2, EC and E1. RGB value is (210,236,225). Sum of RGB (Red+Green+Blue) = 210+236+225=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECE1 is #2D131E. Grayscale: #E2E2E2. Windows color (decimal): -2954015 or 14806226. OLE color: 14806226.

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

Color convert

RGB210236225-
CMYK0.1100.050.07
HSL154.62º40.62%87.45%-
HSV(B)154.62º11.02%92.55%-
XYZ70.1679.1382.81-
YUV226.97126.89115.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.30%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 225 (88.28% from 255) = 33.53%
R=31.30%
G=35.17%
B=33.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102362250.1100.050.07154.6240.6287.45
HexD2ECE1B0579b2957
Octal3223543411305723351127
Binary11010010111011001110000110110101111100110111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECE1; }

 p { color: rgb(210,236,225); }

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

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

 a { background-color: rgb(210,236,225); }

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

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

 span { border-color: rgb(210,236,225); }

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