#D1EFE0

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

Shades of White Ice #D1EFE0

Tints of White Ice #D1EFE0

Color information

#D1EFE0 (or 0xD1EFE0) is unknown color: approx White Ice. HEX triplet: D1, EF and E0. RGB value is (209,239,224). Sum of RGB (Red+Green+Blue) = 209+239+224=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EFE0 is #2E101F. Grayscale: #E4E4E4. Windows color (decimal): -3018784 or 14741457. OLE color: 14741457.

HSL color Cylindrical-coordinate representation of color #D1EFE0: hue angle of 150º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EFE0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB209239224-
CMYK0.1300.060.06
HSL150º48.39%87.84%-
HSV(B)150º12.55%93.73%-
XYZ70.6280.6782.37-
YUV228.32125.56114.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.10%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 224 (87.89% from 255) = 33.33%
R=31.10%
G=35.57%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092392240.1300.060.0615048.3987.84
HexD1EFE0D066963058
Octal3213573401506622660130
Binary11010001111011111110000011010110110100101101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFE0; }

 p { color: rgb(209,239,224); }

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

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

 a { background-color: rgb(209,239,224); }

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

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

 span { border-color: rgb(209,239,224); }

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