#DDBBE1

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

Shades of Thistle #DDBBE1

Tints of Thistle #DDBBE1

Color information

#DDBBE1 (or 0xDDBBE1) is unknown color: approx Thistle. HEX triplet: DD, BB and E1. RGB value is (221,187,225). Sum of RGB (Red+Green+Blue) = 221+187+225=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBE1 is #22441E. Grayscale: #C9C9C9. Windows color (decimal): -2245663 or 14793693. OLE color: 14793693.

HSL color Cylindrical-coordinate representation of color #DDBBE1: hue angle of 293.68º 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 #DDBBE1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221187225-
CMYK0.020.1700.12
HSL293.68º38.78%80.78%-
HSV(B)293.68º16.89%88.24%-
XYZ61.1856.3578.89-
YUV201.5141.26141.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=34.91%
G=29.54%
B=35.55%

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
Decimal2211872250.020.1700.12293.6838.7880.78
HexDDBBE12110C1262751
Octal33527334122101444647121
Binary1101110110111011111000011010001011001001001101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBE1; }

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

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

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

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

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

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

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

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