#DBCADD

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

Shades of Thistle #DBCADD

Tints of Thistle #DBCADD

Color information

#DBCADD (or 0xDBCADD) is unknown color: approx Thistle. HEX triplet: DB, CA and DD. RGB value is (219,202,221). Sum of RGB (Red+Green+Blue) = 219+202+221=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCADD is #243522. Grayscale: #D1D1D1. Windows color (decimal): -2372899 or 14535387. OLE color: 14535387.

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

Color convert

RGB219202221-
CMYK0.010.0900.13
HSL293.68º21.84%82.94%-
HSV(B)293.68º8.6%86.67%-
XYZ63.3962.5277.13-
YUV209.25134.63134.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=34.11%
G=31.46%
B=34.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192022210.010.0900.13293.6821.8482.94
HexDBCADD190D1261653
Octal33331233511101544626123
Binary1101101111001010110111011100101101100100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCADD; }

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

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

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

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

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

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

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

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