#D5EFE1

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

Shades of White Ice #D5EFE1

Tints of White Ice #D5EFE1

Color information

#D5EFE1 (or 0xD5EFE1) is unknown color: approx White Ice. HEX triplet: D5, EF and E1. RGB value is (213,239,225). Sum of RGB (Red+Green+Blue) = 213+239+225=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFE1 is #2A101E. Grayscale: #E5E5E5. Windows color (decimal): -2756639 or 14806997. OLE color: 14806997.

HSL color Cylindrical-coordinate representation of color #D5EFE1: hue angle of 147.69º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EFE1 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB213239225-
CMYK0.1100.060.06
HSL147.69º44.83%88.63%-
HSV(B)147.69º10.88%93.73%-
XYZ71.981.3283.14-
YUV229.63125.39116.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.46%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 225 (88.28% from 255) = 33.23%
R=31.46%
G=35.30%
B=33.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132392250.1100.060.06147.6944.8388.63
HexD5EFE1B066942d59
Octal3253573411306622455131
Binary11010101111011111110000110110110110100101001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFE1; }

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

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

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

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

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

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

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

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