#DDB9E1

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

Shades of Thistle #DDB9E1

Tints of Thistle #DDB9E1

Color information

#DDB9E1 (or 0xDDB9E1) is unknown color: approx Thistle. HEX triplet: DD, B9 and E1. RGB value is (221,185,225). Sum of RGB (Red+Green+Blue) = 221+185+225=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDB9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9E1 is #22461E. Grayscale: #C8C8C8. Windows color (decimal): -2246175 or 14793181. OLE color: 14793181.

HSL color Cylindrical-coordinate representation of color #DDB9E1: hue angle of 294º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB9E1 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221185225-
CMYK0.020.1800.12
HSL294º40%80.39%-
HSV(B)294º17.78%88.24%-
XYZ60.7655.5178.75-
YUV200.32141.93142.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 185 (72.66% from 255) = 29.32%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=35.02%
G=29.32%
B=35.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211852250.020.1800.122944080.39
HexDDB9E12120C1262850
Octal33527134122201444650120
Binary1101110110111001111000011010010011001001001101010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9E1; }

 p { color: rgb(221,185,225); }

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

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

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

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

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

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

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