#DEB4DF

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

Shades of Thistle #DEB4DF

Tints of Thistle #DEB4DF

Color information

#DEB4DF (or 0xDEB4DF) is unknown color: approx Thistle. HEX triplet: DE, B4 and DF. RGB value is (222,180,223). Sum of RGB (Red+Green+Blue) = 222+180+223=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB4DF is #214B20. Grayscale: #C5C5C5. Windows color (decimal): -2181921 or 14660830. OLE color: 14660830.

HSL color Cylindrical-coordinate representation of color #DEB4DF: hue angle of 298.6º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB4DF is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222180223-
CMYK0.000.1900.13
HSL298.6º40.19%79.02%-
HSV(B)298.6º19.28%87.45%-
XYZ59.7653.576.99-
YUV197.46142.41145.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 180 (70.70% from 255) = 28.8%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=35.52%
G=28.8%
B=35.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221802230.000.1900.13298.640.1979.02
HexDEB4DF0130D12b284f
Octal33626433702301545350117
Binary110111101011010011011111010011011011001010111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4DF; }

 p { color: rgb(222,180,223); }

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

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

 a { background-color: rgb(222,180,223); }

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

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

 span { border-color: rgb(222,180,223); }

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