#DBBFDD

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

Shades of Thistle #DBBFDD

Tints of Thistle #DBBFDD

Color information

#DBBFDD (or 0xDBBFDD) is unknown color: approx Thistle. HEX triplet: DB, BF and DD. RGB value is (219,191,221). Sum of RGB (Red+Green+Blue) = 219+191+221=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFDD is #244022. Grayscale: #CACACA. Windows color (decimal): -2375715 or 14532571. OLE color: 14532571.

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

Color convert

RGB219191221-
CMYK0.010.1400.13
HSL296º30.61%80.78%-
HSV(B)296º13.57%86.67%-
XYZ60.957.5476.3-
YUV202.79138.28139.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=34.71%
G=30.27%
B=35.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191912210.010.1400.1329630.6180.78
HexDBBFDD1E0D1281f51
Octal33327733511601545037121
Binary1101101110111111110111011111001101100101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFDD; }

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

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

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

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

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

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

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

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