Html Css Color HEX #D6DCDB Athens Grey

📋 copy color: '#D6DCDB'

red 214 ◦ green 220 ◦ blue 219

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

Shades of Athens Grey #D6DCDB

Tints of Athens Grey #D6DCDB

RGB

 RED value IS 214 (83.98% from 255) = 32.77%

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

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

R = 32.77%
G = 33.69%
B = 33.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#D6DCDB (or 0xD6DCDB) is known color: Athens Grey. HEX triplet: D6, DC and DB. RGB value is (214,220,219). Sum of RGB (Red+Green+Blue) = 214+220+219=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCDB is #292324. Grayscale: #DADADA. Windows color (decimal): -2695973 or 14408918. OLE color: 14408918.

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

Color convert

RGB 214 220 219 -
CMYK 0.03 0 0.00 0.14
HSL 170º 0.08% 0.85% -
HSV(B) 170º 0.03% 0.86% -
XYZ 66.11 70.6 77.16 -
YUV 218.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 214 220 219 0.03 0 0.00 0.14 170 0.08 0.85
Hex D6 DC DB 3 0 0 E AA 8 55
Octal 326 334 333 3 0 0 16 252 10 125
Binary 11010110 11011100 11011011 11 0 0 1110 10101010 1000 1010101

Color Harmonies of #D6DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCDB

Black with #D6DCDB

Text Example


Text Example

White with #D6DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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