Html Css Color HEX #DEBCDD Thistle

📋 copy color: '#DEBCDD'

red 222 ◦ green 188 ◦ blue 221

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

Shades of Thistle #DEBCDD

Tints of Thistle #DEBCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 35.18%
G = 29.79%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DEBCDD (or 0xDEBCDD) is known color: Thistle. HEX triplet: DE, BC and DD. RGB value is (222,188,221). Sum of RGB (Red+Green+Blue) = 222+188+221=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCDD is #214322. Grayscale: #C9C9C9. Windows color (decimal): -2179875 or 14531806. OLE color: 14531806.

HSL color Cylindrical-coordinate representation of color #DEBCDD: hue angle of 301.76º 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 #DEBCDD is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 188 221 -
CMYK 0 0.15 0.00 0.13
HSL 301.76º 0.34% 0.8% -
HSV(B) 301.76º 0.15% 0.87% -
XYZ 61.16 56.72 76.13 -
YUV 201.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 222 188 221 0 0.15 0.00 0.13 301.76 0.34 0.8
Hex DE BC DD 0 F 0 D 12E 22 50
Octal 336 274 335 0 17 0 15 456 42 120
Binary 11011110 10111100 11011101 0 1111 0 1101 100101110 100010 1010000

Color Harmonies of #DEBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCDD

Black with #DEBCDD

Text Example


Text Example

White with #DEBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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