Html Css Color HEX #D1E0DD Jagged Ice

📋 copy color: '#D1E0DD'

red 209 ◦ green 224 ◦ blue 221

#D1E0DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #D1E0DD

Tints of Jagged Ice #D1E0DD

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 value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#D1E0DD (or 0xD1E0DD) is known color: 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

RGB 209 224 221 -
CMYK 0.07 0 0.01 0.12
HSL 168º 0.19% 0.85% -
HSV(B) 168º 0.07% 0.88% -
XYZ 66 72.09 78.84 -
YUV 219.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 209 224 221 0.07 0 0.01 0.12 168 0.19 0.85
Hex D1 E0 DD 7 0 1 C A8 13 55
Octal 321 340 335 7 0 1 14 250 23 125
Binary 11010001 11100000 11011101 111 0 1 1100 10101000 10011 1010101

Color Harmonies of #D1E0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E0DD

Black with #D1E0DD

Text Example


Text Example

White with #D1E0DD

Text Example


Text Example

HTML Codes & Css Web 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>