#DDB9E7

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

Shades of Thistle #DDB9E7

Tints of Thistle #DDB9E7

Color information

#DDB9E7 (or 0xDDB9E7) is unknown color: approx Thistle. HEX triplet: DD, B9 and E7. RGB value is (221,185,231). Sum of RGB (Red+Green+Blue) = 221+185+231=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9E7 is #224618. Grayscale: #C8C8C8. Windows color (decimal): -2246169 or 15186397. OLE color: 15186397.

HSL color Cylindrical-coordinate representation of color #DDB9E7: hue angle of 286.96º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB9E7 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221185231-
CMYK0.040.2000.09
HSL286.96º48.94%81.57%-
HSV(B)286.96º19.91%90.59%-
XYZ61.5955.8483.13-
YUV201.01144.93142.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 185 (72.66% from 255) = 29.04%
BLUE value IS 231 (90.62% from 255) = 36.26%
R=34.69%
G=29.04%
B=36.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211852310.040.2000.09286.9648.9481.57
HexDDB9E74140911f3152
Octal33527134742401143761122
Binary11011101101110011110011110010100010011000111111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9E7; }

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

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

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

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

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

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

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

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