#DDBBE5

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

Shades of Thistle #DDBBE5

Tints of Thistle #DDBBE5

Color information

#DDBBE5 (or 0xDDBBE5) is unknown color: approx Thistle. HEX triplet: DD, BB and E5. RGB value is (221,187,229). Sum of RGB (Red+Green+Blue) = 221+187+229=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBE5 is #22441A. Grayscale: #C9C9C9. Windows color (decimal): -2245659 or 15055837. OLE color: 15055837.

HSL color Cylindrical-coordinate representation of color #DDBBE5: hue angle of 288.57º 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 #DDBBE5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221187229-
CMYK0.030.1800.10
HSL288.57º44.68%81.57%-
HSV(B)288.57º18.34%89.8%-
XYZ61.7356.5781.79-
YUV201.95143.26141.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=34.69%
G=29.36%
B=35.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211872290.030.1800.10288.5744.6881.57
HexDDBBE53120A1212d52
Octal33527334532201244155122
Binary1101110110111011111001011110010010101001000011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBE5; }

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

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

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

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

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

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

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

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