#D3EEDE

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

Shades of White Ice #D3EEDE

Tints of White Ice #D3EEDE

Color information

#D3EEDE (or 0xD3EEDE) is unknown color: approx White Ice. HEX triplet: D3, EE and DE. RGB value is (211,238,222). Sum of RGB (Red+Green+Blue) = 211+238+222=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EEDE is #2C1121. Grayscale: #E4E4E4. Windows color (decimal): -2887970 or 14610131. OLE color: 14610131.

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

Color convert

RGB211238222-
CMYK0.1100.070.07
HSL144.44º44.26%88.04%-
HSV(B)144.44º11.34%93.33%-
XYZ70.6280.2780.88-
YUV228.1124.55115.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.45%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=31.45%
G=35.47%
B=33.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112382220.1100.070.07144.4444.2688.04
HexD3EEDEB077902c58
Octal3233563361307722054130
Binary11010011111011101101111010110111111100100001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EEDE; }

 p { color: rgb(211,238,222); }

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

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

 a { background-color: rgb(211,238,222); }

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

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

 span { border-color: rgb(211,238,222); }

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