#DCBCDD

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

Shades of Thistle #DCBCDD

Tints of Thistle #DCBCDD

Color information

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

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

Color convert

RGB220188221-
CMYK0.000.1500.13
HSL298.18º32.67%80.2%-
HSV(B)298.18º14.93%86.67%-
XYZ60.5556.476.1-
YUV201.33139.1141.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201882210.000.1500.13298.1832.6780.2
HexDCBCDD0F0D12a2150
Octal33427433501701545241120
Binary11011100101111001101110101111011011001010101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCDD; }

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

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

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

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

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

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

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

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