#DBBFE2

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

Shades of Thistle #DBBFE2

Tints of Thistle #DBBFE2

Color information

#DBBFE2 (or 0xDBBFE2) is unknown color: approx Thistle. HEX triplet: DB, BF and E2. RGB value is (219,191,226). Sum of RGB (Red+Green+Blue) = 219+191+226=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFE2 is #24401D. Grayscale: #CBCBCB. Windows color (decimal): -2375710 or 14860251. OLE color: 14860251.

HSL color Cylindrical-coordinate representation of color #DBBFE2: hue angle of 288º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBFE2 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219191226-
CMYK0.030.1500.11
HSL288º37.63%81.76%-
HSV(B)288º15.49%88.63%-
XYZ61.5757.8179.87-
YUV203.36140.78139.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 191 (75% from 255) = 30.03%
BLUE value IS 226 (88.67% from 255) = 35.53%
R=34.43%
G=30.03%
B=35.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191912260.030.1500.1128837.6381.76
HexDBBFE23F0B1202652
Octal33327734231701344046122
Binary110110111011111111100010111111010111001000001001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFE2; }

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

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

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

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

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

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

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

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