#DCBBDD

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

Shades of Thistle #DCBBDD

Tints of Thistle #DCBBDD

Color information

#DCBBDD (or 0xDCBBDD) is unknown color: approx Thistle. HEX triplet: DC, BB and DD. RGB value is (220,187,221). Sum of RGB (Red+Green+Blue) = 220+187+221=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBDD is #234422. Grayscale: #C8C8C8. Windows color (decimal): -2311203 or 14531548. OLE color: 14531548.

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

Color convert

RGB220187221-
CMYK0.000.1500.13
HSL298.24º33.33%80%-
HSV(B)298.24º15.38%86.67%-
XYZ60.3455.9876.03-
YUV200.74139.43141.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=35.03%
G=29.78%
B=35.19%

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
Decimal2201872210.000.1500.13298.2433.3380
HexDCBBDD0F0D12a2150
Octal33427333501701545241120
Binary11011100101110111101110101111011011001010101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBDD; }

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

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

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

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

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

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

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

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