Html Css Color HEX #D6DFDE Athens Grey

📋 copy color: '#D6DFDE'

red 214 ◦ green 223 ◦ blue 222

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

Shades of Athens Grey #D6DFDE

Tints of Athens Grey #D6DFDE

RGB

 RED value IS 214 (83.98% from 255) = 32.47%

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

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

R = 32.47%
G = 33.84%
B = 33.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D6DFDE (or 0xD6DFDE) is known color: Athens Grey. HEX triplet: D6, DF and DE. RGB value is (214,223,222). Sum of RGB (Red+Green+Blue) = 214+223+222=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFDE is #292021. Grayscale: #DCDCDC. Windows color (decimal): -2695202 or 14606294. OLE color: 14606294.

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

Color convert

RGB 214 223 222 -
CMYK 0.04 0 0.00 0.13
HSL 173.33º 0.12% 0.86% -
HSV(B) 173.33º 0.04% 0.87% -
XYZ 67.3 72.35 79.52 -
YUV 220.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 214 223 222 0.04 0 0.00 0.13 173.33 0.12 0.86
Hex D6 DF DE 4 0 0 D AD C 56
Octal 326 337 336 4 0 0 15 255 14 126
Binary 11010110 11011111 11011110 100 0 0 1101 10101101 1100 1010110

Color Harmonies of #D6DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFDE

Black with #D6DFDE

Text Example


Text Example

White with #D6DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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