#DDBBE8

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

Shades of Thistle #DDBBE8

Tints of Thistle #DDBBE8

Color information

#DDBBE8 (or 0xDDBBE8) is unknown color: approx Thistle. HEX triplet: DD, BB and E8. RGB value is (221,187,232). Sum of RGB (Red+Green+Blue) = 221+187+232=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBE8 is #224417. Grayscale: #CACACA. Windows color (decimal): -2245656 or 15252445. OLE color: 15252445.

HSL color Cylindrical-coordinate representation of color #DDBBE8: hue angle of 285.33º degrees, saturation: 0.49, 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 #DDBBE8 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221187232-
CMYK0.050.1900.09
HSL285.33º49.45%82.16%-
HSV(B)285.33º19.4%90.98%-
XYZ62.1556.7484.02-
YUV202.3144.76141.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 232 (91.02% from 255) = 36.25%
R=34.53%
G=29.22%
B=36.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211872320.050.1900.09285.3349.4582.16
HexDDBBE85130911d3152
Octal33527335052301143561122
Binary11011101101110111110100010110011010011000111011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBE8; }

 p { color: rgb(221,187,232); }

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

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

 a { background-color: rgb(221,187,232); }

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

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

 span { border-color: rgb(221,187,232); }

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