Html Css Color HEX #D5DFDF Athens Grey

📋 copy color: '#D5DFDF'

red 213 ◦ green 223 ◦ blue 223

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

Shades of Athens Grey #D5DFDF

Tints of Athens Grey #D5DFDF

RGB

 RED value IS 213 (83.59% from 255) = 32.32%

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

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

R = 32.32%
G = 33.84%
B = 33.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5DFDF (or 0xD5DFDF) is known color: Athens Grey. HEX triplet: D5, DF and DF. RGB value is (213,223,223). Sum of RGB (Red+Green+Blue) = 213+223+223=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #D5DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFDF is #2A2020. Grayscale: #DCDCDC. Windows color (decimal): -2760737 or 14671829. OLE color: 14671829.

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

Color convert

RGB 213 223 223 -
CMYK 0.04 0 0 0.13
HSL 180º 0.14% 0.85% -
HSV(B) 180º 0.04% 0.87% -
XYZ 67.15 72.25 80.22 -
YUV 220.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 213 223 223 0.04 0 0 0.13 180 0.14 0.85
Hex D5 DF DF 4 0 0 D B4 E 55
Octal 325 337 337 4 0 0 15 264 16 125
Binary 11010101 11011111 11011111 100 0 0 1101 10110100 1110 1010101

Color Harmonies of #D5DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFDF

Black with #D5DFDF

Text Example


Text Example

White with #D5DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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