Html Css Color HEX #DEBADE Thistle

📋 copy color: '#DEBADE'

red 222 ◦ green 186 ◦ blue 222

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

Shades of Thistle #DEBADE

Tints of Thistle #DEBADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.52%

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

R = 35.24%
G = 29.52%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEBADE (or 0xDEBADE) is known color: Thistle. HEX triplet: DE, BA and DE. RGB value is (222,186,222). Sum of RGB (Red+Green+Blue) = 222+186+222=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBADE is #214521. Grayscale: #C8C8C8. Windows color (decimal): -2180386 or 14596830. OLE color: 14596830.

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

Color convert

RGB 222 186 222 -
CMYK 0 0.16 0 0.13
HSL 300º 0.35% 0.8% -
HSV(B) 300º 0.16% 0.87% -
XYZ 60.87 55.92 76.69 -
YUV 200.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 222 186 222 0 0.16 0 0.13 300 0.35 0.8
Hex DE BA DE 0 10 0 D 12C 23 50
Octal 336 272 336 0 20 0 15 454 43 120
Binary 11011110 10111010 11011110 0 10000 0 1101 100101100 100011 1010000

Color Harmonies of #DEBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBADE

Black with #DEBADE

Text Example


Text Example

White with #DEBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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