#D1E0DD

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

Shades of Jagged Ice #D1E0DD

Tints of Jagged Ice #D1E0DD

Color information

#D1E0DD (or 0xD1E0DD) is unknown color: approx Jagged Ice. HEX triplet: D1, E0 and DD. RGB value is (209,224,221). Sum of RGB (Red+Green+Blue) = 209+224+221=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E0DD is #2E1F22. Grayscale: #DBDBDB. Windows color (decimal): -3022627 or 14541009. OLE color: 14541009.

HSL color Cylindrical-coordinate representation of color #D1E0DD: hue angle of 168º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1E0DD is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB209224221-
CMYK0.0700.010.12
HSL168º19.48%84.9%-
HSV(B)168º6.7%87.84%-
XYZ6672.0978.84-
YUV219.17129.03120.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.96%
GREEN value IS 224 (87.89% from 255) = 34.25%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=31.96%
G=34.25%
B=33.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092242210.0700.010.1216819.4884.9
HexD1E0DD701Ca81355
Octal3213403357011425023125
Binary11010001111000001101110111101110010101000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E0DD; }

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

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

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

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

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

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

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

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