Html Css Color HEX #D6DEDF Athens Grey

📋 copy color: '#D6DEDF'

red 214 ◦ green 222 ◦ blue 223

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

Shades of Athens Grey #D6DEDF

Tints of Athens Grey #D6DEDF

RGB

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

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

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

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

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 214 222 223 -
CMYK 0.04 0.00 0 0.13
HSL 186.67º 0.12% 0.86% -
HSV(B) 186.67º 0.04% 0.87% -
XYZ 67.17 71.87 80.14 -
YUV 219.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 214 222 223 0.04 0.00 0 0.13 186.67 0.12 0.86
Hex D6 DE DF 4 0 0 D BB C 56
Octal 326 336 337 4 0 0 15 273 14 126
Binary 11010110 11011110 11011111 100 0 0 1101 10111011 1100 1010110

Color Harmonies of #D6DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEDF

Black with #D6DEDF

Text Example


Text Example

White with #D6DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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