#D5ECE2

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

Shades of White Ice #D5ECE2

Tints of White Ice #D5ECE2

Color information

#D5ECE2 (or 0xD5ECE2) is unknown color: approx White Ice. HEX triplet: D5, EC and E2. RGB value is (213,236,226). Sum of RGB (Red+Green+Blue) = 213+236+226=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECE2 is #2A131D. Grayscale: #E4E4E4. Windows color (decimal): -2757406 or 14871765. OLE color: 14871765.

HSL color Cylindrical-coordinate representation of color #D5ECE2: hue angle of 153.91º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5ECE2 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB213236226-
CMYK0.1000.040.07
HSL153.91º37.7%88.04%-
HSV(B)153.91º9.75%92.55%-
XYZ71.1679.6383.57-
YUV227.98126.88117.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.56%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 226 (88.67% from 255) = 33.48%
R=31.56%
G=34.96%
B=33.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132362260.1000.040.07153.9137.788.04
HexD5ECE2A0479a2658
Octal3253543421204723246130
Binary11010101111011001110001010100100111100110101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECE2; }

 p { color: rgb(213,236,226); }

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

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

 a { background-color: rgb(213,236,226); }

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

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

 span { border-color: rgb(213,236,226); }

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