Html Css Color HEX #DBDEDE Athens Grey

📋 copy color: '#DBDEDE'

red 219 ◦ green 222 ◦ blue 222

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

Shades of Athens Grey #DBDEDE

Tints of Athens Grey #DBDEDE

RGB

 RED value IS 219 (85.94% from 255) = 33.03%

 GREEN value IS 222 (87.11% from 255) = 33.48%

 BLUE value IS 222 (87.11% from 255) = 33.48%

R = 33.03%
G = 33.48%
B = 33.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBDEDE (or 0xDBDEDE) is known color: Athens Grey. HEX triplet: DB, DE and DE. RGB value is (219,222,222). Sum of RGB (Red+Green+Blue) = 219+222+222=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #DBDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEDE is #242121. Grayscale: #DDDDDD. Windows color (decimal): -2367778 or 14606043. OLE color: 14606043.

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

Color convert

RGB 219 222 222 -
CMYK 0.01 0 0 0.13
HSL 180º 0.04% 0.86% -
HSV(B) 180º 0.01% 0.87% -
XYZ 68.52 72.58 79.5 -
YUV 221.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 219 222 222 0.01 0 0 0.13 180 0.04 0.86
Hex DB DE DE 1 0 0 D B4 4 56
Octal 333 336 336 1 0 0 15 264 4 126
Binary 11011011 11011110 11011110 1 0 0 1101 10110100 100 1010110

Color Harmonies of #DBDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEDE

Black with #DBDEDE

Text Example


Text Example

White with #DBDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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