Html Css Color HEX #D2DFDF Athens Grey

📋 copy color: '#D2DFDF'

red 210 ◦ green 223 ◦ blue 223

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

Shades of Athens Grey #D2DFDF

Tints of Athens Grey #D2DFDF

RGB

 RED value IS 210 (82.42% from 255) = 32.01%

 GREEN value IS 223 (87.5% from 255) = 33.99%

 BLUE value IS 223 (87.5% from 255) = 33.99%

R = 32.01%
G = 33.99%
B = 33.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2DFDF (or 0xD2DFDF) is known color: Athens Grey. HEX triplet: D2, DF and DF. RGB value is (210,223,223). Sum of RGB (Red+Green+Blue) = 210+223+223=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #D2DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFDF is #2D2020. Grayscale: #DBDBDB. Windows color (decimal): -2957345 or 14671826. OLE color: 14671826.

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

Color convert

RGB 210 223 223 -
CMYK 0.06 0 0 0.13
HSL 180º 0.17% 0.85% -
HSV(B) 180º 0.06% 0.87% -
XYZ 66.29 71.8 80.18 -
YUV 219.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 210 223 223 0.06 0 0 0.13 180 0.17 0.85
Hex D2 DF DF 6 0 0 D B4 11 55
Octal 322 337 337 6 0 0 15 264 21 125
Binary 11010010 11011111 11011111 110 0 0 1101 10110100 10001 1010101

Color Harmonies of #D2DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DFDF

Black with #D2DFDF

Text Example


Text Example

White with #D2DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DFDF; }

 p { color: rgb(210,223,223); }

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

background-color css

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

 a { background-color: rgb(210,223,223); }

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

border-color css

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

 span { border-color: rgb(210,223,223); }

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