Html Css Color HEX #DEDFDF Athens Grey

📋 copy color: '#DEDFDF'

red 222 ◦ green 223 ◦ blue 223

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

Shades of Athens Grey #DEDFDF

Tints of Athens Grey #DEDFDF

RGB

 RED value IS 222 (87.11% from 255) = 33.23%

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

 BLUE value IS 223 (87.5% from 255) = 33.38%

R = 33.23%
G = 33.38%
B = 33.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEDFDF (or 0xDEDFDF) is known color: Athens Grey. HEX triplet: DE, DF and DF. RGB value is (222,223,223). Sum of RGB (Red+Green+Blue) = 222+223+223=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #DEDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFDF is #212020. Grayscale: #DEDEDE. Windows color (decimal): -2170913 or 14671838. OLE color: 14671838.

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

Color convert

RGB 222 223 223 -
CMYK 0.00 0 0 0.13
HSL 180º 0.02% 0.87% -
HSV(B) 180º 0% 0.87% -
XYZ 69.83 73.63 80.34 -
YUV 222.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 222 223 223 0.00 0 0 0.13 180 0.02 0.87
Hex DE DF DF 0 0 0 D B4 2 57
Octal 336 337 337 0 0 0 15 264 2 127
Binary 11011110 11011111 11011111 0 0 0 1101 10110100 10 1010111

Color Harmonies of #DEDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDFDF

Black with #DEDFDF

Text Example


Text Example

White with #DEDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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