#DDBAE1

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

Shades of Thistle #DDBAE1

Tints of Thistle #DDBAE1

Color information

#DDBAE1 (or 0xDDBAE1) is unknown color: approx Thistle. HEX triplet: DD, BA and E1. RGB value is (221,186,225). Sum of RGB (Red+Green+Blue) = 221+186+225=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAE1 is #22451E. Grayscale: #C8C8C8. Windows color (decimal): -2245919 or 14793437. OLE color: 14793437.

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

Color convert

RGB221186225-
CMYK0.020.1700.12
HSL293.85º39.39%80.59%-
HSV(B)293.85º17.33%88.24%-
XYZ60.9755.9378.82-
YUV200.91141.6142.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=34.97%
G=29.43%
B=35.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211862250.020.1700.12293.8539.3980.59
HexDDBAE12110C1262751
Octal33527234122101444647121
Binary1101110110111010111000011010001011001001001101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAE1; }

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

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

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

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

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

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

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

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