#D1EADD

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

Shades of White Ice #D1EADD

Tints of White Ice #D1EADD

Color information

#D1EADD (or 0xD1EADD) is unknown color: approx White Ice. HEX triplet: D1, EA and DD. RGB value is (209,234,221). Sum of RGB (Red+Green+Blue) = 209+234+221=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EADD is #2E1522. Grayscale: #E1E1E1. Windows color (decimal): -3020067 or 14543569. OLE color: 14543569.

HSL color Cylindrical-coordinate representation of color #D1EADD: hue angle of 148.8º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1EADD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB209234221-
CMYK0.1100.060.08
HSL148.8º37.31%86.86%-
HSV(B)148.8º10.68%91.76%-
XYZ68.7777.6279.76-
YUV225.04125.72116.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.48%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 221 (86.72% from 255) = 33.28%
R=31.48%
G=35.24%
B=33.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092342210.1100.060.08148.837.3186.86
HexD1EADDB068952557
Octal32135233513061022545127
Binary110100011110101011011101101101101000100101011001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EADD; }

 p { color: rgb(209,234,221); }

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

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

 a { background-color: rgb(209,234,221); }

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

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

 span { border-color: rgb(209,234,221); }

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