#D5EEE0

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

Shades of White Ice #D5EEE0

Tints of White Ice #D5EEE0

Color information

#D5EEE0 (or 0xD5EEE0) is unknown color: approx White Ice. HEX triplet: D5, EE and E0. RGB value is (213,238,224). Sum of RGB (Red+Green+Blue) = 213+238+224=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EEE0 is #2A111F. Grayscale: #E4E4E4. Windows color (decimal): -2756896 or 14741205. OLE color: 14741205.

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

Color convert

RGB213238224-
CMYK0.1100.060.07
HSL146.4º42.37%88.43%-
HSV(B)146.4º10.5%93.33%-
XYZ71.4780.6882.33-
YUV228.93125.22116.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.56%
GREEN value IS 238 (93.36% from 255) = 35.26%
BLUE value IS 224 (87.89% from 255) = 33.19%
R=31.56%
G=35.26%
B=33.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132382240.1100.060.07146.442.3788.43
HexD5EEE0B067922a58
Octal3253563401306722252130
Binary11010101111011101110000010110110111100100101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EEE0; }

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

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

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

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

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

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

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

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