Html Css Color HEX #DEBCDE Thistle

📋 copy color: '#DEBCDE'

red 222 ◦ green 188 ◦ blue 222

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

Shades of Thistle #DEBCDE

Tints of Thistle #DEBCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.75%

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

R = 35.13%
G = 29.75%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEBCDE (or 0xDEBCDE) is known color: Thistle. HEX triplet: DE, BC and DE. RGB value is (222,188,222). Sum of RGB (Red+Green+Blue) = 222+188+222=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCDE is #214321. Grayscale: #C9C9C9. Windows color (decimal): -2179874 or 14597342. OLE color: 14597342.

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

Color convert

RGB 222 188 222 -
CMYK 0 0.15 0 0.13
HSL 300º 0.34% 0.8% -
HSV(B) 300º 0.15% 0.87% -
XYZ 61.29 56.77 76.83 -
YUV 202.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 222 188 222 0 0.15 0 0.13 300 0.34 0.8
Hex DE BC DE 0 F 0 D 12C 22 50
Octal 336 274 336 0 17 0 15 454 42 120
Binary 11011110 10111100 11011110 0 1111 0 1101 100101100 100010 1010000

Color Harmonies of #DEBCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCDE

Black with #DEBCDE

Text Example


Text Example

White with #DEBCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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