Html Css Color HEX #D3DEDF Athens Grey

📋 copy color: '#D3DEDF'

red 211 ◦ green 222 ◦ blue 223

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

Shades of Athens Grey #D3DEDF

Tints of Athens Grey #D3DEDF

RGB

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

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

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

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

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #D3DEDF: hue angle of 185º 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 #D3DEDF is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 222 223 -
CMYK 0.05 0.00 0 0.13
HSL 185º 0.16% 0.85% -
HSV(B) 185º 0.05% 0.87% -
XYZ 66.3 71.42 80.1 -
YUV 218.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 211 222 223 0.05 0.00 0 0.13 185 0.16 0.85
Hex D3 DE DF 5 0 0 D B9 10 55
Octal 323 336 337 5 0 0 15 271 20 125
Binary 11010011 11011110 11011111 101 0 0 1101 10111001 10000 1010101

Color Harmonies of #D3DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DEDF

Black with #D3DEDF

Text Example


Text Example

White with #D3DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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