Html Css Color HEX #DADFDE Athens Grey

📋 copy color: '#DADFDE'

red 218 ◦ green 223 ◦ blue 222

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

Shades of Athens Grey #DADFDE

Tints of Athens Grey #DADFDE

RGB

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

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

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

R = 32.88%
G = 33.63%
B = 33.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DADFDE (or 0xDADFDE) is known color: Athens Grey. HEX triplet: DA, DF and DE. RGB value is (218,223,222). Sum of RGB (Red+Green+Blue) = 218+223+222=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFDE is #252021. Grayscale: #DDDDDD. Windows color (decimal): -2433058 or 14606298. OLE color: 14606298.

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

Color convert

RGB 218 223 222 -
CMYK 0.02 0 0.00 0.13
HSL 168º 0.07% 0.86% -
HSV(B) 168º 0.02% 0.87% -
XYZ 68.49 72.95 79.58 -
YUV 221.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 218 223 222 0.02 0 0.00 0.13 168 0.07 0.86
Hex DA DF DE 2 0 0 D A8 7 56
Octal 332 337 336 2 0 0 15 250 7 126
Binary 11011010 11011111 11011110 10 0 0 1101 10101000 111 1010110

Color Harmonies of #DADFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFDE

Black with #DADFDE

Text Example


Text Example

White with #DADFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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