Html Css Color HEX #DECADE Thistle

📋 copy color: '#DECADE'

red 222 ◦ green 202 ◦ blue 222

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

Shades of Thistle #DECADE

Tints of Thistle #DECADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.27%

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

R = 34.37%
G = 31.27%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DECADE (or 0xDECADE) is known color: Thistle. HEX triplet: DE, CA and DE. RGB value is (222,202,222). Sum of RGB (Red+Green+Blue) = 222+202+222=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DECADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECADE is #213521. Grayscale: #D2D2D2. Windows color (decimal): -2176290 or 14600926. OLE color: 14600926.

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

Color convert

RGB 222 202 222 -
CMYK 0 0.09 0 0.13
HSL 300º 0.23% 0.83% -
HSV(B) 300º 0.09% 0.87% -
XYZ 64.43 63.04 77.88 -
YUV 210.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 222 202 222 0 0.09 0 0.13 300 0.23 0.83
Hex DE CA DE 0 9 0 D 12C 17 53
Octal 336 312 336 0 11 0 15 454 27 123
Binary 11011110 11001010 11011110 0 1001 0 1101 100101100 10111 1010011

Color Harmonies of #DECADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECADE

Black with #DECADE

Text Example


Text Example

White with #DECADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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