#DEBDE1

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

Shades of Thistle #DEBDE1

Tints of Thistle #DEBDE1

Color information

#DEBDE1 (or 0xDEBDE1) is unknown color: approx Thistle. HEX triplet: DE, BD and E1. RGB value is (222,189,225). Sum of RGB (Red+Green+Blue) = 222+189+225=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDE1 is #21421E. Grayscale: #CACACA. Windows color (decimal): -2179615 or 14794206. OLE color: 14794206.

HSL color Cylindrical-coordinate representation of color #DEBDE1: hue angle of 295º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBDE1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222189225-
CMYK0.010.1600.12
HSL295º37.5%81.18%-
HSV(B)295º16%88.24%-
XYZ61.9157.3679.04-
YUV202.97140.43141.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=34.91%
G=29.72%
B=35.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221892250.010.1600.1229537.581.18
HexDEBDE11100C1272551
Octal33627534112001444745121
Binary110111101011110111100001110000011001001001111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDE1; }

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

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

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

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

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

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

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

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