Html Css Color HEX #D6DBDB Athens Grey

📋 copy color: '#D6DBDB'

red 214 ◦ green 219 ◦ blue 219

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

Shades of Athens Grey #D6DBDB

Tints of Athens Grey #D6DBDB

RGB

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

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

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

R = 32.82%
G = 33.59%
B = 33.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6DBDB (or 0xD6DBDB) is known color: Athens Grey. HEX triplet: D6, DB and DB. RGB value is (214,219,219). Sum of RGB (Red+Green+Blue) = 214+219+219=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #D6DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBDB is #292424. Grayscale: #D9D9D9. Windows color (decimal): -2696229 or 14408662. OLE color: 14408662.

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

Color convert

RGB 214 219 219 -
CMYK 0.02 0 0 0.14
HSL 180º 0.06% 0.85% -
HSV(B) 180º 0.02% 0.86% -
XYZ 65.85 70.07 77.07 -
YUV 217.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 214 219 219 0.02 0 0 0.14 180 0.06 0.85
Hex D6 DB DB 2 0 0 E B4 6 55
Octal 326 333 333 2 0 0 16 264 6 125
Binary 11010110 11011011 11011011 10 0 0 1110 10110100 110 1010101

Color Harmonies of #D6DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBDB

Black with #D6DBDB

Text Example


Text Example

White with #D6DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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