#DBC4D9

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

Shades of Thistle #DBC4D9

Tints of Thistle #DBC4D9

Color information

#DBC4D9 (or 0xDBC4D9) is unknown color: approx Thistle. HEX triplet: DB, C4 and D9. RGB value is (219,196,217). Sum of RGB (Red+Green+Blue) = 219+196+217=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4D9 is #243B26. Grayscale: #CDCDCD. Windows color (decimal): -2374439 or 14271707. OLE color: 14271707.

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

Color convert

RGB219196217-
CMYK00.110.010.14
HSL305.22º24.21%81.37%-
HSV(B)305.22º10.5%85.88%-
XYZ61.4859.5573.9-
YUV205.27134.62137.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 217 (85.16% from 255) = 34.34%
R=34.65%
G=31.01%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919621700.110.010.14305.2224.2181.37
HexDBC4D90B1E1311851
Octal33330433101311646130121
Binary1101101111000100110110010101111110100110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4D9; }

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

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

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

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

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

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

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

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