Html Css Color HEX #D7DBDB Athens Grey

📋 copy color: '#D7DBDB'

red 215 ◦ green 219 ◦ blue 219

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

Shades of Athens Grey #D7DBDB

Tints of Athens Grey #D7DBDB

RGB

 RED value IS 215 (84.38% from 255) = 32.92%

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

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

R = 32.92%
G = 33.54%
B = 33.54%

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

#D7DBDB (or 0xD7DBDB) is known color: Athens Grey. HEX triplet: D7, DB and DB. RGB value is (215,219,219). Sum of RGB (Red+Green+Blue) = 215+219+219=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #D7DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBDB is #282424. Grayscale: #D9D9D9. Windows color (decimal): -2630693 or 14408663. OLE color: 14408663.

HSL color Cylindrical-coordinate representation of color #D7DBDB: hue angle of 180º degrees, saturation: 0.05, 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 #D7DBDB is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 219 219 -
CMYK 0.02 0 0 0.14
HSL 180º 0.05% 0.85% -
HSV(B) 180º 0.02% 0.86% -
XYZ 66.14 70.22 77.09 -
YUV 217.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 215 219 219 0.02 0 0 0.14 180 0.05 0.85
Hex D7 DB DB 2 0 0 E B4 5 55
Octal 327 333 333 2 0 0 16 264 5 125
Binary 11010111 11011011 11011011 10 0 0 1110 10110100 101 1010101

Color Harmonies of #D7DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DBDB

Black with #D7DBDB

Text Example


Text Example

White with #D7DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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