#DBC1DD

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

Shades of Thistle #DBC1DD

Tints of Thistle #DBC1DD

Color information

#DBC1DD (or 0xDBC1DD) is unknown color: approx Thistle. HEX triplet: DB, C1 and DD. RGB value is (219,193,221). Sum of RGB (Red+Green+Blue) = 219+193+221=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1DD is #243E22. Grayscale: #CBCBCB. Windows color (decimal): -2375203 or 14533083. OLE color: 14533083.

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

Color convert

RGB219193221-
CMYK0.010.1300.13
HSL295.71º29.17%81.18%-
HSV(B)295.71º12.67%86.67%-
XYZ61.3358.4276.45-
YUV203.97137.61138.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=34.60%
G=30.49%
B=34.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191932210.010.1300.13295.7129.1781.18
HexDBC1DD1D0D1281d51
Octal33330133511501545035121
Binary1101101111000001110111011110101101100101000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1DD; }

 p { color: rgb(219,193,221); }

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

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

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

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

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

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

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