#DBBBE1

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

Shades of Thistle #DBBBE1

Tints of Thistle #DBBBE1

Color information

#DBBBE1 (or 0xDBBBE1) is unknown color: approx Thistle. HEX triplet: DB, BB and E1. RGB value is (219,187,225). Sum of RGB (Red+Green+Blue) = 219+187+225=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBE1 is #24441E. Grayscale: #C8C8C8. Windows color (decimal): -2376735 or 14793691. OLE color: 14793691.

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

Color convert

RGB219187225-
CMYK0.030.1700.12
HSL290.53º38.78%80.78%-
HSV(B)290.53º16.89%88.24%-
XYZ60.5756.0478.86-
YUV200.9141.6140.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=34.71%
G=29.64%
B=35.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191872250.030.1700.12290.5338.7880.78
HexDBBBE13110C1232751
Octal33327334132101444347121
Binary1101101110111011111000011110001011001001000111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBE1; }

 p { color: rgb(219,187,225); }

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

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

 a { background-color: rgb(219,187,225); }

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

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

 span { border-color: rgb(219,187,225); }

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