Html Css Color HEX #DECECE Light Grey

📋 copy color: '#DECECE'

red 222 ◦ green 206 ◦ blue 206

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

Shades of Light Grey #DECECE

Tints of Light Grey #DECECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.49%

 BLUE value IS 206 (80.86% from 255) = 32.49%

R = 35.02%
G = 32.49%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DECECE (or 0xDECECE) is known color: Light Grey. HEX triplet: DE, CE and CE. RGB value is (222,206,206). Sum of RGB (Red+Green+Blue) = 222+206+206=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DECECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECECE is #213131. Grayscale: #D2D2D2. Windows color (decimal): -2175282 or 13553374. OLE color: 13553374.

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

Color convert

RGB 222 206 206 -
CMYK 0 0.07 0.07 0.13
HSL 0.2% 0.84% -
HSV(B) 0.07% 0.87% -
XYZ 63.34 64.13 67.43 -
YUV 210.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 222 206 206 0 0.07 0.07 0.13 0 0.2 0.84
Hex DE CE CE 0 7 7 D 0 14 54
Octal 336 316 316 0 7 7 15 0 24 124
Binary 11011110 11001110 11001110 0 111 111 1101 0 10100 1010100

Color Harmonies of #DECECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECECE

Black with #DECECE

Text Example


Text Example

White with #DECECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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