#DBC6DE

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

Shades of Thistle #DBC6DE

Tints of Thistle #DBC6DE

Color information

#DBC6DE (or 0xDBC6DE) is unknown color: approx Thistle. HEX triplet: DB, C6 and DE. RGB value is (219,198,222). Sum of RGB (Red+Green+Blue) = 219+198+222=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBC6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6DE is #243921. Grayscale: #CECECE. Windows color (decimal): -2373922 or 14599899. OLE color: 14599899.

HSL color Cylindrical-coordinate representation of color #DBC6DE: hue angle of 292.5º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC6DE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219198222-
CMYK0.010.1100.13
HSL292.5º26.67%82.35%-
HSV(B)292.5º10.81%87.06%-
XYZ62.5960.7277.53-
YUV207.02136.46136.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 198 (77.73% from 255) = 30.99%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=34.27%
G=30.99%
B=34.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191982220.010.1100.13292.526.6782.35
HexDBC6DE1B0D1241b52
Octal33330633611301544433122
Binary1101101111000110110111101101101101100100100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC6DE; }

 p { color: rgb(219,198,222); }

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

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

 a { background-color: rgb(219,198,222); }

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

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

 span { border-color: rgb(219,198,222); }

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