Html Css Color HEX #D3DFE0 Athens Grey

📋 copy color: '#D3DFE0'

red 211 ◦ green 223 ◦ blue 224

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

Shades of Athens Grey #D3DFE0

Tints of Athens Grey #D3DFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.04%

R = 32.07%
G = 33.89%
B = 34.04%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D3DFE0 (or 0xD3DFE0) is known color: Athens Grey. HEX triplet: D3, DF and E0. RGB value is (211,223,224). Sum of RGB (Red+Green+Blue) = 211+223+224=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3DFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFE0 is #2C201F. Grayscale: #DBDBDB. Windows color (decimal): -2891808 or 14737363. OLE color: 14737363.

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

Color convert

RGB 211 223 224 -
CMYK 0.06 0.00 0 0.12
HSL 184.62º 0.17% 0.85% -
HSV(B) 184.62º 0.06% 0.88% -
XYZ 66.71 72.01 80.9 -
YUV 219.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 211 223 224 0.06 0.00 0 0.12 184.62 0.17 0.85
Hex D3 DF E0 6 0 0 C B9 11 55
Octal 323 337 340 6 0 0 14 271 21 125
Binary 11010011 11011111 11100000 110 0 0 1100 10111001 10001 1010101

Color Harmonies of #D3DFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DFE0

Black with #D3DFE0

Text Example


Text Example

White with #D3DFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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