#DEBDE8

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

Shades of Thistle #DEBDE8

Tints of Thistle #DEBDE8

Color information

#DEBDE8 (or 0xDEBDE8) is unknown color: approx Thistle. HEX triplet: DE, BD and E8. RGB value is (222,189,232). Sum of RGB (Red+Green+Blue) = 222+189+232=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDE8 is #214217. Grayscale: #CBCBCB. Windows color (decimal): -2179608 or 15252958. OLE color: 15252958.

HSL color Cylindrical-coordinate representation of color #DEBDE8: hue angle of 286.05º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBDE8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222189232-
CMYK0.040.1900.09
HSL286.05º48.31%82.55%-
HSV(B)286.05º18.53%90.98%-
XYZ62.8957.7584.18-
YUV203.77143.93141-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 232 (91.02% from 255) = 36.08%
R=34.53%
G=29.39%
B=36.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221892320.040.1900.09286.0548.3182.55
HexDEBDE84130911e3053
Octal33627535042301143660123
Binary11011110101111011110100010010011010011000111101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDE8; }

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

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

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

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

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

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

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

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