#DDB1DF

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

Shades of Thistle #DDB1DF

Tints of Thistle #DDB1DF

Color information

#DDB1DF (or 0xDDB1DF) is unknown color: approx Thistle. HEX triplet: DD, B1 and DF. RGB value is (221,177,223). Sum of RGB (Red+Green+Blue) = 221+177+223=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1DF is #224E20. Grayscale: #C3C3C3. Windows color (decimal): -2248225 or 14660061. OLE color: 14660061.

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

Color convert

RGB221177223-
CMYK0.010.2100.13
HSL297.39º41.82%78.43%-
HSV(B)297.39º20.63%87.45%-
XYZ58.8652.1476.77-
YUV195.4143.58146.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 177 (69.53% from 255) = 28.50%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=35.59%
G=28.50%
B=35.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211772230.010.2100.13297.3941.8278.43
HexDDB1DF1150D1292a4e
Octal33526133712501545152116
Binary110111011011000111011111110101011011001010011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1DF; }

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

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

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

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

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

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

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

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