#DDBEDD

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

Shades of Thistle #DDBEDD

Tints of Thistle #DDBEDD

Color information

#DDBEDD (or 0xDDBEDD) is unknown color: approx Thistle. HEX triplet: DD, BE and DD. RGB value is (221,190,221). Sum of RGB (Red+Green+Blue) = 221+190+221=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEDD is #224122. Grayscale: #CACACA. Windows color (decimal): -2244899 or 14532317. OLE color: 14532317.

HSL color Cylindrical-coordinate representation of color #DDBEDD: hue angle of 300º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBEDD is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221190221-
CMYK00.1400.13
HSL300º31.31%80.59%-
HSV(B)300º14.03%86.67%-
XYZ61.2857.4276.26-
YUV202.8138.27140.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=34.97%
G=30.06%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119022100.1400.1330031.3180.59
HexDDBEDD0E0D12c1f51
Octal33527633501601545437121
Binary1101110110111110110111010111001101100101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEDD; }

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

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

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

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

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

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

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

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