#DBB8E6

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

Shades of Thistle #DBB8E6

Tints of Thistle #DBB8E6

Color information

#DBB8E6 (or 0xDBB8E6) is unknown color: approx Thistle. HEX triplet: DB, B8 and E6. RGB value is (219,184,230). Sum of RGB (Red+Green+Blue) = 219+184+230=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBB8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8E6 is #244719. Grayscale: #C7C7C7. Windows color (decimal): -2377498 or 15120603. OLE color: 15120603.

HSL color Cylindrical-coordinate representation of color #DBB8E6: hue angle of 285.65º degrees, saturation: 0.48, 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 #DBB8E6 is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219184230-
CMYK0.050.200.10
HSL285.65º47.92%81.18%-
HSV(B)285.65º20%90.2%-
XYZ60.6455.0582.29-
YUV199.71145.1141.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 184 (72.27% from 255) = 29.07%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=34.60%
G=29.07%
B=36.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191842300.050.200.10285.6547.9281.18
HexDBB8E65140A11e3051
Octal33327034652401243660121
Binary11011011101110001110011010110100010101000111101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8E6; }

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

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

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

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

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

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

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

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