Html Css Color HEX #D2DFDE Athens Grey

📋 copy color: '#D2DFDE'

red 210 ◦ green 223 ◦ blue 222

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

Shades of Athens Grey #D2DFDE

Tints of Athens Grey #D2DFDE

RGB

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

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

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

R = 32.06%
G = 34.05%
B = 33.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D2DFDE (or 0xD2DFDE) is known color: Athens Grey. HEX triplet: D2, DF and DE. RGB value is (210,223,222). Sum of RGB (Red+Green+Blue) = 210+223+222=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFDE is #2D2021. Grayscale: #DADADA. Windows color (decimal): -2957346 or 14606290. OLE color: 14606290.

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

Color convert

RGB 210 223 222 -
CMYK 0.06 0 0.00 0.13
HSL 175.38º 0.17% 0.85% -
HSV(B) 175.38º 0.06% 0.87% -
XYZ 66.15 71.75 79.47 -
YUV 219 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 210 223 222 0.06 0 0.00 0.13 175.38 0.17 0.85
Hex D2 DF DE 6 0 0 D AF 11 55
Octal 322 337 336 6 0 0 15 257 21 125
Binary 11010010 11011111 11011110 110 0 0 1101 10101111 10001 1010101

Color Harmonies of #D2DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DFDE

Black with #D2DFDE

Text Example


Text Example

White with #D2DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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