#DDB5DF

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

Shades of Thistle #DDB5DF

Tints of Thistle #DDB5DF

Color information

#DDB5DF (or 0xDDB5DF) is unknown color: approx Thistle. HEX triplet: DD, B5 and DF. RGB value is (221,181,223). Sum of RGB (Red+Green+Blue) = 221+181+223=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 181 (71.09% from 255 or 28.96% 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 #DDB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5DF is #224A20. Grayscale: #C5C5C5. Windows color (decimal): -2247201 or 14661085. OLE color: 14661085.

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

Color convert

RGB221181223-
CMYK0.010.1900.13
HSL297.14º39.62%79.22%-
HSV(B)297.14º18.83%87.45%-
XYZ59.6653.7577.04-
YUV197.75142.25144.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=35.36%
G=28.96%
B=35.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211812230.010.1900.13297.1439.6279.22
HexDDB5DF1130D129284f
Octal33526533712301545150117
Binary110111011011010111011111110011011011001010011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5DF; }

 p { color: rgb(221,181,223); }

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

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

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

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

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

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

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