#DDB5E0

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

Shades of Thistle #DDB5E0

Tints of Thistle #DDB5E0

Color information

#DDB5E0 (or 0xDDB5E0) is unknown color: approx Thistle. HEX triplet: DD, B5 and E0. RGB value is (221,181,224). Sum of RGB (Red+Green+Blue) = 221+181+224=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDB5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5E0 is #224A1F. Grayscale: #C5C5C5. Windows color (decimal): -2247200 or 14726621. OLE color: 14726621.

HSL color Cylindrical-coordinate representation of color #DDB5E0: hue angle of 295.81º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB5E0 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221181224-
CMYK0.010.1900.12
HSL295.81º40.95%79.41%-
HSV(B)295.81º19.2%87.84%-
XYZ59.853.877.75-
YUV197.86142.75144.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 181 (71.09% from 255) = 28.91%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=35.30%
G=28.91%
B=35.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211812240.010.1900.12295.8140.9579.41
HexDDB5E01130C128294f
Octal33526534012301445051117
Binary110111011011010111100000110011011001001010001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5E0; }

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

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

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

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

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

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

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

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