#D5ECE1

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

Shades of White Ice #D5ECE1

Tints of White Ice #D5ECE1

Color information

#D5ECE1 (or 0xD5ECE1) is unknown color: approx White Ice. HEX triplet: D5, EC and E1. RGB value is (213,236,225). Sum of RGB (Red+Green+Blue) = 213+236+225=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECE1 is #2A131E. Grayscale: #E3E3E3. Windows color (decimal): -2757407 or 14806229. OLE color: 14806229.

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

Color convert

RGB213236225-
CMYK0.1000.050.07
HSL151.3º37.7%88.04%-
HSV(B)151.3º9.75%92.55%-
XYZ71.0379.5782.85-
YUV227.87126.38117.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.60%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 225 (88.28% from 255) = 33.38%
R=31.60%
G=35.01%
B=33.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132362250.1000.050.07151.337.788.04
HexD5ECE1A057972658
Octal3253543411205722746130
Binary11010101111011001110000110100101111100101111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECE1; }

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

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

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

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

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

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

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

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