#D3F2E0

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

Shades of White Ice #D3F2E0

Tints of White Ice #D3F2E0

Color information

#D3F2E0 (or 0xD3F2E0) is unknown color: approx White Ice. HEX triplet: D3, F2 and E0. RGB value is (211,242,224). Sum of RGB (Red+Green+Blue) = 211+242+224=677 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.17% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F2E0 is #2C0D1F. Grayscale: #E6E6E6. Windows color (decimal): -2886944 or 14742227. OLE color: 14742227.

HSL color Cylindrical-coordinate representation of color #D3F2E0: hue angle of 145.16º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3F2E0 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB211242224-
CMYK0.1300.070.05
HSL145.16º54.39%88.82%-
HSV(B)145.16º12.81%94.9%-
XYZ72.0782.7382.69-
YUV230.68124.23113.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.17%
GREEN value IS 242 (94.92% from 255) = 35.75%
BLUE value IS 224 (87.89% from 255) = 33.09%
R=31.17%
G=35.75%
B=33.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112422240.1300.070.05145.1654.3988.82
HexD3F2E0D075913659
Octal3233623401507522166131
Binary11010011111100101110000011010111101100100011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F2E0; }

 p { color: rgb(211,242,224); }

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

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

 a { background-color: rgb(211,242,224); }

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

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

 span { border-color: rgb(211,242,224); }

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