Html Css Color HEX #D4DDDE Athens Grey

📋 copy color: '#D4DDDE'

red 212 ◦ green 221 ◦ blue 222

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

Shades of Athens Grey #D4DDDE

Tints of Athens Grey #D4DDDE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.74%

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

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

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4DDDE (or 0xD4DDDE) is known color: Athens Grey. HEX triplet: D4, DD and DE. RGB value is (212,221,222). Sum of RGB (Red+Green+Blue) = 212+221+222=655 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.37% from 655); Green value is 221 (86.72% from 255 or 33.74% 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 #D4DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDDE is #2B2221. Grayscale: #DADADA. Windows color (decimal): -2826786 or 14605780. OLE color: 14605780.

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

Color convert

RGB 212 221 222 -
CMYK 0.05 0.00 0 0.13
HSL 186º 0.13% 0.85% -
HSV(B) 186º 0.05% 0.87% -
XYZ 66.19 70.98 79.32 -
YUV 218.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 212 221 222 0.05 0.00 0 0.13 186 0.13 0.85
Hex D4 DD DE 5 0 0 D BA D 55
Octal 324 335 336 5 0 0 15 272 15 125
Binary 11010100 11011101 11011110 101 0 0 1101 10111010 1101 1010101

Color Harmonies of #D4DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDDE

Black with #D4DDDE

Text Example


Text Example

White with #D4DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDDE; }

 p { color: rgb(212,221,222); }

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

background-color css

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

 a { background-color: rgb(212,221,222); }

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

border-color css

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

 span { border-color: rgb(212,221,222); }

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