Html Css Color HEX #D5DEDF Athens Grey

📋 copy color: '#D5DEDF'

red 213 ◦ green 222 ◦ blue 223

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

Shades of Athens Grey #D5DEDF

Tints of Athens Grey #D5DEDF

RGB

 RED value IS 213 (83.59% from 255) = 32.37%

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

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

R = 32.37%
G = 33.74%
B = 33.89%

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

#D5DEDF (or 0xD5DEDF) is known color: Athens Grey. HEX triplet: D5, DE and DF. RGB value is (213,222,223). Sum of RGB (Red+Green+Blue) = 213+222+223=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEDF is #2A2120. Grayscale: #DBDBDB. Windows color (decimal): -2760993 or 14671573. OLE color: 14671573.

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

Color convert

RGB 213 222 223 -
CMYK 0.04 0.00 0 0.13
HSL 186º 0.14% 0.85% -
HSV(B) 186º 0.04% 0.87% -
XYZ 66.88 71.72 80.13 -
YUV 219.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 213 222 223 0.04 0.00 0 0.13 186 0.14 0.85
Hex D5 DE DF 4 0 0 D BA E 55
Octal 325 336 337 4 0 0 15 272 16 125
Binary 11010101 11011110 11011111 100 0 0 1101 10111010 1110 1010101

Color Harmonies of #D5DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEDF

Black with #D5DEDF

Text Example


Text Example

White with #D5DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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