#DDBFDD

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

Shades of Thistle #DDBFDD

Tints of Thistle #DDBFDD

Color information

#DDBFDD (or 0xDDBFDD) is unknown color: approx Thistle. HEX triplet: DD, BF and DD. RGB value is (221,191,221). Sum of RGB (Red+Green+Blue) = 221+191+221=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFDD is #224022. Grayscale: #CBCBCB. Windows color (decimal): -2244643 or 14532573. OLE color: 14532573.

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

Color convert

RGB221191221-
CMYK00.1400.13
HSL300º30.61%80.78%-
HSV(B)300º13.57%86.67%-
XYZ61.557.8576.33-
YUV203.39137.94140.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 191 (75% from 255) = 30.17%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=34.91%
G=30.17%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119122100.1400.1330030.6180.78
HexDDBFDD0E0D12c1f51
Octal33527733501601545437121
Binary1101110110111111110111010111001101100101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFDD; }

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

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

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

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

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

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

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

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