#DDBEDC

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

Shades of Thistle #DDBEDC

Tints of Thistle #DDBEDC

Color information

#DDBEDC (or 0xDDBEDC) is unknown color: approx Thistle. HEX triplet: DD, BE and DC. RGB value is (221,190,220). Sum of RGB (Red+Green+Blue) = 221+190+220=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEDC is #224123. Grayscale: #CACACA. Windows color (decimal): -2244900 or 14466781. OLE color: 14466781.

HSL color Cylindrical-coordinate representation of color #DDBEDC: hue angle of 301.94º 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 #DDBEDC is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221190220-
CMYK00.140.000.13
HSL301.94º31.31%80.59%-
HSV(B)301.94º14.03%86.67%-
XYZ61.1557.3775.56-
YUV202.69137.77141.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=35.02%
G=30.11%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119022000.140.000.13301.9431.3180.59
HexDDBEDC0E0D12e1f51
Octal33527633401601545637121
Binary1101110110111110110111000111001101100101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEDC; }

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

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

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

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

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

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

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

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