#DBCBDA

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

Shades of Thistle #DBCBDA

Tints of Thistle #DBCBDA

Color information

#DBCBDA (or 0xDBCBDA) is unknown color: approx Thistle. HEX triplet: DB, CB and DA. RGB value is (219,203,218). Sum of RGB (Red+Green+Blue) = 219+203+218=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBDA is #243425. Grayscale: #D1D1D1. Windows color (decimal): -2372646 or 14339035. OLE color: 14339035.

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

Color convert

RGB219203218-
CMYK00.070.000.14
HSL303.75º18.18%82.75%-
HSV(B)303.75º7.31%85.88%-
XYZ63.2262.8375.13-
YUV209.49132.8134.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=34.22%
G=31.72%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920321800.070.000.14303.7518.1882.75
HexDBCBDA070E1301253
Octal3333133320701646022123
Binary110110111100101111011010011101110100110000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBDA; }

 p { color: rgb(219,203,218); }

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

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

 a { background-color: rgb(219,203,218); }

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

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

 span { border-color: rgb(219,203,218); }

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