#DDBBE4

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

Shades of Thistle #DDBBE4

Tints of Thistle #DDBBE4

Color information

#DDBBE4 (or 0xDDBBE4) is unknown color: approx Thistle. HEX triplet: DD, BB and E4. RGB value is (221,187,228). Sum of RGB (Red+Green+Blue) = 221+187+228=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDBBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBE4 is #22441B. Grayscale: #C9C9C9. Windows color (decimal): -2245660 or 14990301. OLE color: 14990301.

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

Color convert

RGB221187228-
CMYK0.030.1800.11
HSL289.76º43.16%81.37%-
HSV(B)289.76º17.98%89.41%-
XYZ61.5956.5181.06-
YUV201.84142.76141.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=34.75%
G=29.40%
B=35.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211872280.030.1800.11289.7643.1681.37
HexDDBBE43120B1222b51
Octal33527334432201344253121
Binary1101110110111011111001001110010010111001000101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBE4; }

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

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

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

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

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

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

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

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