#DDBAE7

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

Shades of Thistle #DDBAE7

Tints of Thistle #DDBAE7

Color information

#DDBAE7 (or 0xDDBAE7) is unknown color: approx Thistle. HEX triplet: DD, BA and E7. RGB value is (221,186,231). Sum of RGB (Red+Green+Blue) = 221+186+231=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDBAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAE7 is #224518. Grayscale: #C9C9C9. Windows color (decimal): -2245913 or 15186653. OLE color: 15186653.

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

Color convert

RGB221186231-
CMYK0.040.1900.09
HSL286.67º48.39%81.76%-
HSV(B)286.67º19.48%90.59%-
XYZ61.856.2683.2-
YUV201.59144.6141.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 231 (90.62% from 255) = 36.21%
R=34.64%
G=29.15%
B=36.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211862310.040.1900.09286.6748.3981.76
HexDDBAE74130911f3052
Octal33527234742301143760122
Binary11011101101110101110011110010011010011000111111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAE7; }

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

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

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

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

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

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

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

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