Html Css Color HEX #D4DADC Athens Grey

📋 copy color: '#D4DADC'

red 212 ◦ green 218 ◦ blue 220

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

Shades of Athens Grey #D4DADC

Tints of Athens Grey #D4DADC

RGB

 RED value IS 212 (83.2% from 255) = 32.62%

 GREEN value IS 218 (85.55% from 255) = 33.54%

 BLUE value IS 220 (86.33% from 255) = 33.85%

R = 32.62%
G = 33.54%
B = 33.85%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4DADC (or 0xD4DADC) is known color: Athens Grey. HEX triplet: D4, DA and DC. RGB value is (212,218,220). Sum of RGB (Red+Green+Blue) = 212+218+220=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DADC is #2B2523. Grayscale: #D8D8D8. Windows color (decimal): -2827556 or 14473940. OLE color: 14473940.

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

Color convert

RGB 212 218 220 -
CMYK 0.04 0.01 0 0.14
HSL 195º 0.1% 0.85% -
HSV(B) 195º 0.04% 0.86% -
XYZ 65.14 69.31 77.65 -
YUV 216.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 212 218 220 0.04 0.01 0 0.14 195 0.1 0.85
Hex D4 DA DC 4 1 0 E C3 A 55
Octal 324 332 334 4 1 0 16 303 12 125
Binary 11010100 11011010 11011100 100 1 0 1110 11000011 1010 1010101

Color Harmonies of #D4DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DADC

Black with #D4DADC

Text Example


Text Example

White with #D4DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DADC; }

 p { color: rgb(212,218,220); }

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

background-color css

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

 a { background-color: rgb(212,218,220); }

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

border-color css

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

 span { border-color: rgb(212,218,220); }

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