#DEBCDD

Color #DEBCDD Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #DEBCDD

Tints of Thistle #DEBCDD

Color information

#DEBCDD (or 0xDEBCDD) is unknown color: approx 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

RGB222188221-
CMYK00.150.000.13
HSL301.76º34%80.39%-
HSV(B)301.76º15.32%87.06%-
XYZ61.1656.7276.13-
YUV201.93138.76142.32-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218822100.150.000.13301.763480.39
HexDEBCDD0F0D12e2250
Octal33627433501701545642120
Binary11011110101111001101110101111011011001011101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>