#DBCADC

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

Shades of Thistle #DBCADC

Tints of Thistle #DBCADC

Color information

#DBCADC (or 0xDBCADC) is unknown color: approx Thistle. HEX triplet: DB, CA and DC. RGB value is (219,202,220). Sum of RGB (Red+Green+Blue) = 219+202+220=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCADC is #243523. Grayscale: #D1D1D1. Windows color (decimal): -2372900 or 14469851. OLE color: 14469851.

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

Color convert

RGB219202220-
CMYK0.000.0800.14
HSL296.67º20.45%82.75%-
HSV(B)296.67º8.18%86.27%-
XYZ63.2562.4776.43-
YUV209.14134.13135.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=34.17%
G=31.51%
B=34.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192022200.000.0800.14296.6720.4582.75
HexDBCADC080E1291453
Octal33331233401001645124123
Binary1101101111001010110111000100001110100101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCADC; }

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

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

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

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

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

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

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

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