#DDBEE5

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

Shades of Thistle #DDBEE5

Tints of Thistle #DDBEE5

Color information

#DDBEE5 (or 0xDDBEE5) is unknown color: approx Thistle. HEX triplet: DD, BE and E5. RGB value is (221,190,229). Sum of RGB (Red+Green+Blue) = 221+190+229=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDBEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEE5 is #22411A. Grayscale: #CBCBCB. Windows color (decimal): -2244891 or 15056605. OLE color: 15056605.

HSL color Cylindrical-coordinate representation of color #DDBEE5: hue angle of 287.69º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBEE5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221190229-
CMYK0.030.1700.10
HSL287.69º42.86%82.16%-
HSV(B)287.69º17.03%89.8%-
XYZ62.3857.8682.01-
YUV203.71142.27140.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=34.53%
G=29.69%
B=35.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211902290.030.1700.10287.6942.8682.16
HexDDBEE53110A1202b52
Octal33527634532101244053122
Binary1101110110111110111001011110001010101001000001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEE5; }

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

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

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

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

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

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

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

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