Html Css Color HEX #D1DCDD Athens Grey

📋 copy color: '#D1DCDD'

red 209 ◦ green 220 ◦ blue 221

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

Shades of Athens Grey #D1DCDD

Tints of Athens Grey #D1DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.85%

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

R = 32.15%
G = 33.85%
B = 34%

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1DCDD (or 0xD1DCDD) is known color: Athens Grey. HEX triplet: D1, DC and DD. RGB value is (209,220,221). Sum of RGB (Red+Green+Blue) = 209+220+221=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCDD is #2E2322. Grayscale: #D8D8D8. Windows color (decimal): -3023651 or 14539985. OLE color: 14539985.

HSL color Cylindrical-coordinate representation of color #D1DCDD: hue angle of 185º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1DCDD is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 220 221 -
CMYK 0.05 0.00 0 0.13
HSL 185º 0.15% 0.84% -
HSV(B) 185º 0.05% 0.87% -
XYZ 64.94 69.96 78.49 -
YUV 216.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 209 220 221 0.05 0.00 0 0.13 185 0.15 0.84
Hex D1 DC DD 5 0 0 D B9 F 54
Octal 321 334 335 5 0 0 15 271 17 124
Binary 11010001 11011100 11011101 101 0 0 1101 10111001 1111 1010100

Color Harmonies of #D1DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCDD

Black with #D1DCDD

Text Example


Text Example

White with #D1DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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