#DBB9E6

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

Shades of Thistle #DBB9E6

Tints of Thistle #DBB9E6

Color information

#DBB9E6 (or 0xDBB9E6) is unknown color: approx Thistle. HEX triplet: DB, B9 and E6. RGB value is (219,185,230). Sum of RGB (Red+Green+Blue) = 219+185+230=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBB9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9E6 is #244619. Grayscale: #C8C8C8. Windows color (decimal): -2377242 or 15120859. OLE color: 15120859.

HSL color Cylindrical-coordinate representation of color #DBB9E6: hue angle of 285.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB9E6 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219185230-
CMYK0.050.2000.10
HSL285.33º47.37%81.37%-
HSV(B)285.33º19.57%90.2%-
XYZ60.8555.4782.36-
YUV200.3144.76141.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 185 (72.66% from 255) = 29.18%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=34.54%
G=29.18%
B=36.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191852300.050.2000.10285.3347.3781.37
HexDBB9E65140A11d2f51
Octal33327134652401243557121
Binary11011011101110011110011010110100010101000111011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9E6; }

 p { color: rgb(219,185,230); }

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

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

 a { background-color: rgb(219,185,230); }

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

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

 span { border-color: rgb(219,185,230); }

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