Html Css Color HEX #D6DBDC Athens Grey

📋 copy color: '#D6DBDC'

red 214 ◦ green 219 ◦ blue 220

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

Shades of Athens Grey #D6DBDC

Tints of Athens Grey #D6DBDC

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #D6DBDC: hue angle of 190º 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 #D6DBDC is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 219 220 -
CMYK 0.03 0.00 0 0.14
HSL 190º 0.08% 0.85% -
HSV(B) 190º 0.03% 0.86% -
XYZ 65.98 70.13 77.77 -
YUV 217.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 214 219 220 0.03 0.00 0 0.14 190 0.08 0.85
Hex D6 DB DC 3 0 0 E BE 8 55
Octal 326 333 334 3 0 0 16 276 10 125
Binary 11010110 11011011 11011100 11 0 0 1110 10111110 1000 1010101

Color Harmonies of #D6DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBDC

Black with #D6DBDC

Text Example


Text Example

White with #D6DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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