#DDBBDE

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

Shades of Thistle #DDBBDE

Tints of Thistle #DDBBDE

Color information

#DDBBDE (or 0xDDBBDE) is unknown color: approx Thistle. HEX triplet: DD, BB and DE. RGB value is (221,187,222). Sum of RGB (Red+Green+Blue) = 221+187+222=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDBBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBDE is #224421. Grayscale: #C9C9C9. Windows color (decimal): -2245666 or 14597085. OLE color: 14597085.

HSL color Cylindrical-coordinate representation of color #DDBBDE: hue angle of 298.29º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBBDE is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221187222-
CMYK0.000.1600.13
HSL298.29º34.65%80.2%-
HSV(B)298.29º15.77%87.06%-
XYZ60.7756.1976.75-
YUV201.16139.76142.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 187 (73.44% from 255) = 29.68%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=35.08%
G=29.68%
B=35.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211872220.000.1600.13298.2934.6580.2
HexDDBBDE0100D12a2350
Octal33527333602001545243120
Binary110111011011101111011110010000011011001010101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBDE; }

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

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

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

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

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

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

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

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