#DDBFDB

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

Shades of Thistle #DDBFDB

Tints of Thistle #DDBFDB

Color information

#DDBFDB (or 0xDDBFDB) is unknown color: approx Thistle. HEX triplet: DD, BF and DB. RGB value is (221,191,219). Sum of RGB (Red+Green+Blue) = 221+191+219=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFDB is #224024. Grayscale: #CBCBCB. Windows color (decimal): -2244645 or 14401501. OLE color: 14401501.

HSL color Cylindrical-coordinate representation of color #DDBFDB: hue angle of 304º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBFDB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221191219-
CMYK00.140.010.13
HSL304º30.61%80.78%-
HSV(B)304º13.57%86.67%-
XYZ61.2457.7574.94-
YUV203.16136.94140.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 219 (85.94% from 255) = 34.71%
R=35.02%
G=30.27%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119121900.140.010.1330430.6180.78
HexDDBFDB0E1D1301f51
Octal33527733301611546037121
Binary1101110110111111110110110111011101100110000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFDB; }

 p { color: rgb(221,191,219); }

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

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

 a { background-color: rgb(221,191,219); }

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

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

 span { border-color: rgb(221,191,219); }

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