#D3EDE3

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

Shades of White Ice #D3EDE3

Tints of White Ice #D3EDE3

Color information

#D3EDE3 (or 0xD3EDE3) is unknown color: approx White Ice. HEX triplet: D3, ED and E3. RGB value is (211,237,227). Sum of RGB (Red+Green+Blue) = 211+237+227=675 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.26% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 227 (89.06% from 255 or 33.63% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDE3 is #2C121C. Grayscale: #E4E4E4. Windows color (decimal): -2888221 or 14937555. OLE color: 14937555.

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

Color convert

RGB211237227-
CMYK0.1100.040.07
HSL156.92º41.94%87.84%-
HSV(B)156.92º10.97%92.94%-
XYZ71.0179.9684.36-
YUV228.09127.39115.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.26%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 227 (89.06% from 255) = 33.63%
R=31.26%
G=35.11%
B=33.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112372270.1100.040.07156.9241.9487.84
HexD3EDE3B0479d2a58
Octal3233553431304723552130
Binary11010011111011011110001110110100111100111011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EDE3; }

 p { color: rgb(211,237,227); }

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

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

 a { background-color: rgb(211,237,227); }

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

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

 span { border-color: rgb(211,237,227); }

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