#DEBDE5

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

Shades of Thistle #DEBDE5

Tints of Thistle #DEBDE5

Color information

#DEBDE5 (or 0xDEBDE5) is unknown color: approx Thistle. HEX triplet: DE, BD and E5. RGB value is (222,189,229). Sum of RGB (Red+Green+Blue) = 222+189+229=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEBDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDE5 is #21421A. Grayscale: #CBCBCB. Windows color (decimal): -2179611 or 15056350. OLE color: 15056350.

HSL color Cylindrical-coordinate representation of color #DEBDE5: hue angle of 289.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBDE5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222189229-
CMYK0.030.1700.10
HSL289.5º43.48%81.96%-
HSV(B)289.5º17.47%89.8%-
XYZ62.4657.5881.95-
YUV203.43142.43141.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=34.69%
G=29.53%
B=35.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221892290.030.1700.10289.543.4881.96
HexDEBDE53110A1222b52
Octal33627534532101244253122
Binary1101111010111101111001011110001010101001000101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDE5; }

 p { color: rgb(222,189,229); }

 H1.HeaderClassName
 {
   color: #DEBDE5;
 }
 .AnyTagClassName
 {
   color: #DEBDE5;
 }
</style>
background-color css

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

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

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

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

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

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