Html Css Color HEX #D1DEDC Jagged Ice

📋 copy color: '#D1DEDC'

red 209 ◦ green 222 ◦ blue 220

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

Shades of Jagged Ice #D1DEDC

Tints of Jagged Ice #D1DEDC

RGB

 RED value IS 209 (82.03% from 255) = 32.1%

 GREEN value IS 222 (87.11% from 255) = 34.1%

 BLUE value IS 220 (86.33% from 255) = 33.79%

R = 32.1%
G = 34.1%
B = 33.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#D1DEDC (or 0xD1DEDC) is known color: Jagged Ice. HEX triplet: D1, DE and DC. RGB value is (209,222,220). Sum of RGB (Red+Green+Blue) = 209+222+220=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DEDC is #2E2123. Grayscale: #D9D9D9. Windows color (decimal): -3023140 or 14474961. OLE color: 14474961.

HSL color Cylindrical-coordinate representation of color #D1DEDC: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DEDC is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 222 220 -
CMYK 0.06 0 0.01 0.13
HSL 170.77º 0.16% 0.85% -
HSV(B) 170.77º 0.06% 0.87% -
XYZ 65.33 70.97 77.96 -
YUV 217.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 209 222 220 0.06 0 0.01 0.13 170.77 0.16 0.85
Hex D1 DE DC 6 0 1 D AB 10 55
Octal 321 336 334 6 0 1 15 253 20 125
Binary 11010001 11011110 11011100 110 0 1 1101 10101011 10000 1010101

Color Harmonies of #D1DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DEDC

Black with #D1DEDC

Text Example


Text Example

White with #D1DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DEDC; }

 p { color: rgb(209,222,220); }

 H1.HeaderClassName
 {
   color: #D1DEDC;
 }
 .AnyTagClassName
 {
   color: #D1DEDC;
 }
</style>

background-color css

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

 a { background-color: rgb(209,222,220); }

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

border-color css

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

 span { border-color: rgb(209,222,220); }

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