#DBBFE0

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

Shades of Thistle #DBBFE0

Tints of Thistle #DBBFE0

Color information

#DBBFE0 (or 0xDBBFE0) is unknown color: approx Thistle. HEX triplet: DB, BF and E0. RGB value is (219,191,224). Sum of RGB (Red+Green+Blue) = 219+191+224=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFE0 is #24401F. Grayscale: #CBCBCB. Windows color (decimal): -2375712 or 14729179. OLE color: 14729179.

HSL color Cylindrical-coordinate representation of color #DBBFE0: hue angle of 290.91º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBFE0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219191224-
CMYK0.020.1500.12
HSL290.91º34.74%81.37%-
HSV(B)290.91º14.73%87.84%-
XYZ61.357.778.43-
YUV203.13139.78139.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=34.54%
G=30.13%
B=35.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191912240.020.1500.12290.9134.7481.37
HexDBBFE02F0C1232351
Octal33327734021701444343121
Binary110110111011111111100000101111011001001000111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFE0; }

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

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

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

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

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

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

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

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