#DDBFDC

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

Shades of Thistle #DDBFDC

Tints of Thistle #DDBFDC

Color information

#DDBFDC (or 0xDDBFDC) is unknown color: approx Thistle. HEX triplet: DD, BF and DC. RGB value is (221,191,220). Sum of RGB (Red+Green+Blue) = 221+191+220=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFDC is #224023. Grayscale: #CBCBCB. Windows color (decimal): -2244644 or 14467037. OLE color: 14467037.

HSL color Cylindrical-coordinate representation of color #DDBFDC: hue angle of 302º 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 #DDBFDC is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221191220-
CMYK00.140.000.13
HSL302º30.61%80.78%-
HSV(B)302º13.57%86.67%-
XYZ61.3757.875.63-
YUV203.28137.44140.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=34.97%
G=30.22%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119122000.140.000.1330230.6180.78
HexDDBFDC0E0D12e1f51
Octal33527733401601545637121
Binary1101110110111111110111000111001101100101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFDC; }

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

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

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

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

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

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

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

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