Html Css Color HEX #D5DCDE Athens Grey

📋 copy color: '#D5DCDE'

red 213 ◦ green 220 ◦ blue 222

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

Shades of Athens Grey #D5DCDE

Tints of Athens Grey #D5DCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.59%

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

R = 32.52%
G = 33.59%
B = 33.89%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5DCDE (or 0xD5DCDE) is known color: Athens Grey. HEX triplet: D5, DC and DE. RGB value is (213,220,222). Sum of RGB (Red+Green+Blue) = 213+220+222=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCDE is #2A2321. Grayscale: #DADADA. Windows color (decimal): -2761506 or 14605525. OLE color: 14605525.

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

Color convert

RGB 213 220 222 -
CMYK 0.04 0.01 0 0.13
HSL 193.33º 0.12% 0.85% -
HSV(B) 193.33º 0.04% 0.87% -
XYZ 66.22 70.61 79.25 -
YUV 218.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 213 220 222 0.04 0.01 0 0.13 193.33 0.12 0.85
Hex D5 DC DE 4 1 0 D C1 C 55
Octal 325 334 336 4 1 0 15 301 14 125
Binary 11010101 11011100 11011110 100 1 0 1101 11000001 1100 1010101

Color Harmonies of #D5DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCDE

Black with #D5DCDE

Text Example


Text Example

White with #D5DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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