#DBC4DC

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

Shades of Thistle #DBC4DC

Tints of Thistle #DBC4DC

Color information

#DBC4DC (or 0xDBC4DC) is unknown color: approx Thistle. HEX triplet: DB, C4 and DC. RGB value is (219,196,220). Sum of RGB (Red+Green+Blue) = 219+196+220=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4DC is #243B23. Grayscale: #CDCDCD. Windows color (decimal): -2374436 or 14468315. OLE color: 14468315.

HSL color Cylindrical-coordinate representation of color #DBC4DC: hue angle of 297.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC4DC is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219196220-
CMYK0.000.1100.14
HSL297.5º25.53%81.57%-
HSV(B)297.5º10.91%86.27%-
XYZ61.8759.7175.97-
YUV205.61136.12137.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=34.49%
G=30.87%
B=34.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191962200.000.1100.14297.525.5381.57
HexDBC4DC0B0E12a1a52
Octal33330433401301645232122
Binary1101101111000100110111000101101110100101010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4DC; }

 p { color: rgb(219,196,220); }

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

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

 a { background-color: rgb(219,196,220); }

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

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

 span { border-color: rgb(219,196,220); }

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