#DBCAD8

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

Shades of Thistle #DBCAD8

Tints of Thistle #DBCAD8

Color information

#DBCAD8 (or 0xDBCAD8) is unknown color: approx Thistle. HEX triplet: DB, CA and D8. RGB value is (219,202,216). Sum of RGB (Red+Green+Blue) = 219+202+216=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD8 is #243527. Grayscale: #D0D0D0. Windows color (decimal): -2372904 or 14207707. OLE color: 14207707.

HSL color Cylindrical-coordinate representation of color #DBCAD8: hue angle of 310.59º degrees, saturation: 0.19, 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 #DBCAD8 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219202216-
CMYK00.080.010.14
HSL310.59º19.1%82.55%-
HSV(B)310.59º7.76%85.88%-
XYZ62.7362.2673.68-
YUV208.68132.13135.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=34.38%
G=31.71%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920221600.080.010.14310.5919.182.55
HexDBCAD8081E1371353
Octal33331233001011646723123
Binary1101101111001010110110000100011110100110111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAD8; }

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

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

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

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

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

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

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

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