Html Css Color HEX #DADFE0 Athens Grey

📋 copy color: '#DADFE0'

red 218 ◦ green 223 ◦ blue 224

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

Shades of Athens Grey #DADFE0

Tints of Athens Grey #DADFE0

RGB

 RED value IS 218 (85.55% from 255) = 32.78%

 GREEN value IS 223 (87.5% from 255) = 33.53%

 BLUE value IS 224 (87.89% from 255) = 33.68%

R = 32.78%
G = 33.53%
B = 33.68%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DADFE0 (or 0xDADFE0) is known color: Athens Grey. HEX triplet: DA, DF and E0. RGB value is (218,223,224). Sum of RGB (Red+Green+Blue) = 218+223+224=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 224 - color contains mainly: blue. Hex color #DADFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFE0 is #25201F. Grayscale: #DDDDDD. Windows color (decimal): -2433056 or 14737370. OLE color: 14737370.

HSL color Cylindrical-coordinate representation of color #DADFE0: hue angle of 190º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADFE0 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 223 224 -
CMYK 0.03 0.00 0 0.12
HSL 190º 0.09% 0.87% -
HSV(B) 190º 0.03% 0.88% -
XYZ 68.76 73.06 81 -
YUV 221.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 218 223 224 0.03 0.00 0 0.12 190 0.09 0.87
Hex DA DF E0 3 0 0 C BE 9 57
Octal 332 337 340 3 0 0 14 276 11 127
Binary 11011010 11011111 11100000 11 0 0 1100 10111110 1001 1010111

Color Harmonies of #DADFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFE0

Black with #DADFE0

Text Example


Text Example

White with #DADFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFE0; }

 p { color: rgb(218,223,224); }

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

background-color css

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

 a { background-color: rgb(218,223,224); }

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

border-color css

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

 span { border-color: rgb(218,223,224); }

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