#D5EFE0

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

Shades of White Ice #D5EFE0

Tints of White Ice #D5EFE0

Color information

#D5EFE0 (or 0xD5EFE0) is unknown color: approx White Ice. HEX triplet: D5, EF and E0. RGB value is (213,239,224). Sum of RGB (Red+Green+Blue) = 213+239+224=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFE0 is #2A101F. Grayscale: #E5E5E5. Windows color (decimal): -2756640 or 14741461. OLE color: 14741461.

HSL color Cylindrical-coordinate representation of color #D5EFE0: hue angle of 145.38º 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 #D5EFE0 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB213239224-
CMYK0.1100.060.06
HSL145.38º44.83%88.63%-
HSV(B)145.38º10.88%93.73%-
XYZ71.7681.2682.42-
YUV229.52124.89116.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.51%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 224 (87.89% from 255) = 33.14%
R=31.51%
G=35.36%
B=33.14%

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
Decimal2132392240.1100.060.06145.3844.8388.63
HexD5EFE0B066912d59
Octal3253573401306622155131
Binary11010101111011111110000010110110110100100011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFE0; }

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

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

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

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

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

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

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

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