Html Css Color HEX #D1DFDD Jagged Ice

📋 copy color: '#D1DFDD'

red 209 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #D1DFDD

Tints of Jagged Ice #D1DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.15%

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 32.01%
G = 34.15%
B = 33.84%

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

#D1DFDD (or 0xD1DFDD) is known color: Jagged Ice. HEX triplet: D1, DF and DD. RGB value is (209,223,221). Sum of RGB (Red+Green+Blue) = 209+223+221=653 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.01% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFDD is #2E2022. Grayscale: #DADADA. Windows color (decimal): -3022883 or 14540753. OLE color: 14540753.

HSL color Cylindrical-coordinate representation of color #D1DFDD: hue angle of 171.43º degrees, saturation: 0.18, 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 #D1DFDD is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 223 221 -
CMYK 0.06 0 0.01 0.13
HSL 171.43º 0.18% 0.85% -
HSV(B) 171.43º 0.06% 0.87% -
XYZ 65.73 71.55 78.75 -
YUV 218.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 209 223 221 0.06 0 0.01 0.13 171.43 0.18 0.85
Hex D1 DF DD 6 0 1 D AB 12 55
Octal 321 337 335 6 0 1 15 253 22 125
Binary 11010001 11011111 11011101 110 0 1 1101 10101011 10010 1010101

Color Harmonies of #D1DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFDD

Black with #D1DFDD

Text Example


Text Example

White with #D1DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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