#DDBDE6

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

Shades of Thistle #DDBDE6

Tints of Thistle #DDBDE6

Color information

#DDBDE6 (or 0xDDBDE6) is unknown color: approx Thistle. HEX triplet: DD, BD and E6. RGB value is (221,189,230). Sum of RGB (Red+Green+Blue) = 221+189+230=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDE6 is #224219. Grayscale: #CBCBCB. Windows color (decimal): -2245146 or 15121885. OLE color: 15121885.

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

Color convert

RGB221189230-
CMYK0.040.1800.10
HSL286.83º45.05%82.16%-
HSV(B)286.83º17.83%90.2%-
XYZ62.357.4882.67-
YUV203.24143.1140.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=34.53%
G=29.53%
B=35.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211892300.040.1800.10286.8345.0582.16
HexDDBDE64120A11f2d52
Octal33527534642201243755122
Binary11011101101111011110011010010010010101000111111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDE6; }

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

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

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

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

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

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

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

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