#D4EDE2

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

Shades of White Ice #D4EDE2

Tints of White Ice #D4EDE2

Color information

#D4EDE2 (or 0xD4EDE2) is unknown color: approx White Ice. HEX triplet: D4, ED and E2. RGB value is (212,237,226). Sum of RGB (Red+Green+Blue) = 212+237+226=675 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.41% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDE2 is #2B121D. Grayscale: #E4E4E4. Windows color (decimal): -2822686 or 14872020. OLE color: 14872020.

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

Color convert

RGB212237226-
CMYK0.1100.050.07
HSL153.6º40.98%88.04%-
HSV(B)153.6º10.55%92.94%-
XYZ71.1680.0683.65-
YUV228.27126.72116.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.41%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 226 (88.67% from 255) = 33.48%
R=31.41%
G=35.11%
B=33.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122372260.1100.050.07153.640.9888.04
HexD4EDE2B0579a2958
Octal3243553421305723251130
Binary11010100111011011110001010110101111100110101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EDE2; }

 p { color: rgb(212,237,226); }

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

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

 a { background-color: rgb(212,237,226); }

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

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

 span { border-color: rgb(212,237,226); }

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