#DBBDE3

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

Shades of Thistle #DBBDE3

Tints of Thistle #DBBDE3

Color information

#DBBDE3 (or 0xDBBDE3) is unknown color: approx Thistle. HEX triplet: DB, BD and E3. RGB value is (219,189,227). Sum of RGB (Red+Green+Blue) = 219+189+227=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBBDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDE3 is #24421C. Grayscale: #CACACA. Windows color (decimal): -2376221 or 14925275. OLE color: 14925275.

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

Color convert

RGB219189227-
CMYK0.040.1700.11
HSL287.37º40.43%81.57%-
HSV(B)287.37º16.74%89.02%-
XYZ61.285780.45-
YUV202.3141.94139.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 227 (89.06% from 255) = 35.75%
R=34.49%
G=29.76%
B=35.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191892270.040.1700.11287.3740.4381.57
HexDBBDE34110B11f2852
Octal33327534342101343750122
Binary11011011101111011110001110010001010111000111111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDE3; }

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

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

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

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

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

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

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

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