#DDBCDC

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

Shades of Thistle #DDBCDC

Tints of Thistle #DDBCDC

Color information

#DDBCDC (or 0xDDBCDC) is unknown color: approx Thistle. HEX triplet: DD, BC and DC. RGB value is (221,188,220). Sum of RGB (Red+Green+Blue) = 221+188+220=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCDC is #224323. Grayscale: #C9C9C9. Windows color (decimal): -2245412 or 14466269. OLE color: 14466269.

HSL color Cylindrical-coordinate representation of color #DDBCDC: hue angle of 301.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBCDC is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221188220-
CMYK00.150.000.13
HSL301.82º32.67%80.2%-
HSV(B)301.82º14.93%86.67%-
XYZ60.7256.5175.42-
YUV201.52138.43141.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=35.14%
G=29.89%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118822000.150.000.13301.8232.6780.2
HexDDBCDC0F0D12e2150
Octal33527433401701545641120
Binary11011101101111001101110001111011011001011101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCDC; }

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

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

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

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

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

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

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

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