#D5EADE

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

Shades of White Ice #D5EADE

Tints of White Ice #D5EADE

Color information

#D5EADE (or 0xD5EADE) is unknown color: approx White Ice. HEX triplet: D5, EA and DE. RGB value is (213,234,222). Sum of RGB (Red+Green+Blue) = 213+234+222=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EADE is #2A1521. Grayscale: #E2E2E2. Windows color (decimal): -2757922 or 14609109. OLE color: 14609109.

HSL color Cylindrical-coordinate representation of color #D5EADE: hue angle of 145.71º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EADE is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB213234222-
CMYK0.0900.050.08
HSL145.71º33.33%87.65%-
HSV(B)145.71º8.97%91.76%-
XYZ70.0578.2780.52-
YUV226.35125.54118.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.84%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=31.84%
G=34.98%
B=33.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132342220.0900.050.08145.7133.3387.65
HexD5EADE9058922158
Octal32535233611051022241130
Binary110101011110101011011110100101011000100100101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EADE; }

 p { color: rgb(213,234,222); }

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

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

 a { background-color: rgb(213,234,222); }

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

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

 span { border-color: rgb(213,234,222); }

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