#DDBBE2

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

Shades of Thistle #DDBBE2

Tints of Thistle #DDBBE2

Color information

#DDBBE2 (or 0xDDBBE2) is unknown color: approx Thistle. HEX triplet: DD, BB and E2. RGB value is (221,187,226). Sum of RGB (Red+Green+Blue) = 221+187+226=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBE2 is #22441D. Grayscale: #C9C9C9. Windows color (decimal): -2245662 or 14859229. OLE color: 14859229.

HSL color Cylindrical-coordinate representation of color #DDBBE2: hue angle of 292.31º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBBE2 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221187226-
CMYK0.020.1700.11
HSL292.31º40.21%80.98%-
HSV(B)292.31º17.26%88.63%-
XYZ61.3256.479.61-
YUV201.61141.76141.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 226 (88.67% from 255) = 35.65%
R=34.86%
G=29.50%
B=35.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211872260.020.1700.11292.3140.2180.98
HexDDBBE22110B1242851
Octal33527334222101344450121
Binary1101110110111011111000101010001010111001001001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBE2; }

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

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

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

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

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

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

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

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