#DADBDB

Color #DADBDB Athens Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Athens Grey #DADBDB

Tints of Athens Grey #DADBDB

Color information

#DADBDB (or 0xDADBDB) is unknown color: approx Athens Grey. HEX triplet: DA, DB and DB. RGB value is (218,219,219). Sum of RGB (Red+Green+Blue) = 218+219+219=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #DADBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBDB is #252424. Grayscale: #DADADA. Windows color (decimal): -2434085 or 14408666. OLE color: 14408666.

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

Color convert

RGB218219219-
CMYK0.00000.14
HSL180º1.37%85.69%-
HSV(B)180º0.46%85.88%-
XYZ67.0370.6877.13-
YUV218.7128.17127.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=33.23%
G=33.38%
B=33.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182192190.00000.141801.3785.69
HexDADBDB000Eb4156
Octal332333333000162641126
Binary11011010110110111101101100011101011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBDB; }

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

 H1.HeaderClassName
 {
   color: #DADBDB;
 }
 .AnyTagClassName
 {
   color: #DADBDB;
 }
</style>
background-color css

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

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

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

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

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

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