#DBBFDA

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

Shades of Thistle #DBBFDA

Tints of Thistle #DBBFDA

Color information

#DBBFDA (or 0xDBBFDA) is unknown color: approx Thistle. HEX triplet: DB, BF and DA. RGB value is (219,191,218). Sum of RGB (Red+Green+Blue) = 219+191+218=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFDA is #244025. Grayscale: #CACACA. Windows color (decimal): -2375718 or 14335963. OLE color: 14335963.

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

Color convert

RGB219191218-
CMYK00.130.000.14
HSL302.14º28%80.39%-
HSV(B)302.14º12.79%85.88%-
XYZ60.557.3874.22-
YUV202.45136.78139.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=34.87%
G=30.41%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919121800.130.000.14302.142880.39
HexDBBFDA0D0E12e1c50
Octal33327733201501645634120
Binary1101101110111111110110100110101110100101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFDA; }

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

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

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

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

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

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

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

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