#DBC8DD

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

Shades of Thistle #DBC8DD

Tints of Thistle #DBC8DD

Color information

#DBC8DD (or 0xDBC8DD) is unknown color: approx Thistle. HEX triplet: DB, C8 and DD. RGB value is (219,200,221). Sum of RGB (Red+Green+Blue) = 219+200+221=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8DD is #243722. Grayscale: #D0D0D0. Windows color (decimal): -2373411 or 14534875. OLE color: 14534875.

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

Color convert

RGB219200221-
CMYK0.010.1000.13
HSL294.29º23.6%82.55%-
HSV(B)294.29º9.5%86.67%-
XYZ62.9261.5976.98-
YUV208.08135.29135.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=34.22%
G=31.25%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192002210.010.1000.13294.2923.682.55
HexDBC8DD1A0D1261853
Octal33331033511201544630123
Binary1101101111001000110111011101001101100100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8DD; }

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

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

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

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

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

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

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

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