Html Css Color HEX #D1DFDC Jagged Ice

📋 copy color: '#D1DFDC'

red 209 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #D1DFDC

Tints of Jagged Ice #D1DFDC

RGB

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

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

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

R = 32.06%
G = 34.2%
B = 33.74%

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

#D1DFDC (or 0xD1DFDC) is known color: Jagged Ice. HEX triplet: D1, DF and DC. RGB value is (209,223,220). Sum of RGB (Red+Green+Blue) = 209+223+220=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFDC is #2E2023. Grayscale: #DADADA. Windows color (decimal): -3022884 or 14475217. OLE color: 14475217.

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

Color convert

RGB 209 223 220 -
CMYK 0.06 0 0.01 0.13
HSL 167.14º 0.18% 0.85% -
HSV(B) 167.14º 0.06% 0.87% -
XYZ 65.6 71.5 78.05 -
YUV 218.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 209 223 220 0.06 0 0.01 0.13 167.14 0.18 0.85
Hex D1 DF DC 6 0 1 D A7 12 55
Octal 321 337 334 6 0 1 15 247 22 125
Binary 11010001 11011111 11011100 110 0 1 1101 10100111 10010 1010101

Color Harmonies of #D1DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFDC

Black with #D1DFDC

Text Example


Text Example

White with #D1DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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