Html Css Color HEX #D3DFDE Athens Grey

📋 copy color: '#D3DFDE'

red 211 ◦ green 223 ◦ blue 222

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

Shades of Athens Grey #D3DFDE

Tints of Athens Grey #D3DFDE

RGB

 RED value IS 211 (82.81% from 255) = 32.16%

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

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

R = 32.16%
G = 33.99%
B = 33.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D3DFDE (or 0xD3DFDE) is known color: Athens Grey. HEX triplet: D3, DF and DE. RGB value is (211,223,222). Sum of RGB (Red+Green+Blue) = 211+223+222=656 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.16% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFDE is #2C2021. Grayscale: #DBDBDB. Windows color (decimal): -2891810 or 14606291. OLE color: 14606291.

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

Color convert

RGB 211 223 222 -
CMYK 0.05 0 0.00 0.13
HSL 175º 0.16% 0.85% -
HSV(B) 175º 0.05% 0.87% -
XYZ 66.44 71.9 79.48 -
YUV 219.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 211 223 222 0.05 0 0.00 0.13 175 0.16 0.85
Hex D3 DF DE 5 0 0 D AF 10 55
Octal 323 337 336 5 0 0 15 257 20 125
Binary 11010011 11011111 11011110 101 0 0 1101 10101111 10000 1010101

Color Harmonies of #D3DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DFDE

Black with #D3DFDE

Text Example


Text Example

White with #D3DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DFDE; }

 p { color: rgb(211,223,222); }

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

background-color css

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

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

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

border-color css

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

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

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