#DDBAE6

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

Shades of Thistle #DDBAE6

Tints of Thistle #DDBAE6

Color information

#DDBAE6 (or 0xDDBAE6) is unknown color: approx Thistle. HEX triplet: DD, BA and E6. RGB value is (221,186,230). Sum of RGB (Red+Green+Blue) = 221+186+230=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDBAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAE6 is #224519. Grayscale: #C9C9C9. Windows color (decimal): -2245914 or 15121117. OLE color: 15121117.

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

Color convert

RGB221186230-
CMYK0.040.1900.10
HSL287.73º46.81%81.57%-
HSV(B)287.73º19.13%90.2%-
XYZ61.6656.282.46-
YUV201.48144.1141.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=34.69%
G=29.20%
B=36.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211862300.040.1900.10287.7346.8181.57
HexDDBAE64130A1202f52
Octal33527234642301244057122
Binary11011101101110101110011010010011010101001000001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAE6; }

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

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

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

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

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

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

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

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