#DBBFE3

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

Shades of Thistle #DBBFE3

Tints of Thistle #DBBFE3

Color information

#DBBFE3 (or 0xDBBFE3) is unknown color: approx Thistle. HEX triplet: DB, BF and E3. RGB value is (219,191,227). Sum of RGB (Red+Green+Blue) = 219+191+227=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBBFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFE3 is #24401C. Grayscale: #CBCBCB. Windows color (decimal): -2375709 or 14925787. OLE color: 14925787.

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

Color convert

RGB219191227-
CMYK0.040.1600.11
HSL286.67º39.13%81.96%-
HSV(B)286.67º15.86%89.02%-
XYZ61.7157.8780.59-
YUV203.48141.28139.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 227 (89.06% from 255) = 35.64%
R=34.38%
G=29.98%
B=35.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191912270.040.1600.11286.6739.1381.96
HexDBBFE34100B11f2752
Octal33327734342001343747122
Binary11011011101111111110001110010000010111000111111001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFE3; }

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

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

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

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

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

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

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

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