#DBBBE2

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

Shades of Thistle #DBBBE2

Tints of Thistle #DBBBE2

Color information

#DBBBE2 (or 0xDBBBE2) is unknown color: approx Thistle. HEX triplet: DB, BB and E2. RGB value is (219,187,226). Sum of RGB (Red+Green+Blue) = 219+187+226=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBE2 is #24441D. Grayscale: #C8C8C8. Windows color (decimal): -2376734 or 14859227. OLE color: 14859227.

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

Color convert

RGB219187226-
CMYK0.030.1700.11
HSL289.23º40.21%80.98%-
HSV(B)289.23º17.26%88.63%-
XYZ60.7156.0979.58-
YUV201.01142.1140.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 226 (88.67% from 255) = 35.76%
R=34.65%
G=29.59%
B=35.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191872260.030.1700.11289.2340.2180.98
HexDBBBE23110B1212851
Octal33327334232101344150121
Binary1101101110111011111000101110001010111001000011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBE2; }

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

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

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

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

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

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

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

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