Html Css Color HEX #D2DCDB Athens Grey

📋 copy color: '#D2DCDB'

red 210 ◦ green 220 ◦ blue 219

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

Shades of Athens Grey #D2DCDB

Tints of Athens Grey #D2DCDB

RGB

 RED value IS 210 (82.42% from 255) = 32.36%

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

 BLUE value IS 219 (85.94% from 255) = 33.74%

R = 32.36%
G = 33.9%
B = 33.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#D2DCDB (or 0xD2DCDB) is known color: Athens Grey. HEX triplet: D2, DC and DB. RGB value is (210,220,219). Sum of RGB (Red+Green+Blue) = 210+220+219=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCDB is #2D2324. Grayscale: #D8D8D8. Windows color (decimal): -2958117 or 14408914. OLE color: 14408914.

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

Color convert

RGB 210 220 219 -
CMYK 0.05 0 0.00 0.14
HSL 174º 0.13% 0.84% -
HSV(B) 174º 0.05% 0.86% -
XYZ 64.96 70 77.11 -
YUV 216.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 210 220 219 0.05 0 0.00 0.14 174 0.13 0.84
Hex D2 DC DB 5 0 0 E AE C 54
Octal 322 334 333 5 0 0 16 256 14 124
Binary 11010010 11011100 11011011 101 0 0 1110 10101110 1100 1010100

Color Harmonies of #D2DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCDB

Black with #D2DCDB

Text Example


Text Example

White with #D2DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCDB; }

 p { color: rgb(210,220,219); }

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

background-color css

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

 a { background-color: rgb(210,220,219); }

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

border-color css

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

 span { border-color: rgb(210,220,219); }

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