#DBC8DE

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

Shades of Thistle #DBC8DE

Tints of Thistle #DBC8DE

Color information

#DBC8DE (or 0xDBC8DE) is unknown color: approx Thistle. HEX triplet: DB, C8 and DE. RGB value is (219,200,222). Sum of RGB (Red+Green+Blue) = 219+200+222=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8DE is #243721. Grayscale: #D0D0D0. Windows color (decimal): -2373410 or 14600411. OLE color: 14600411.

HSL color Cylindrical-coordinate representation of color #DBC8DE: hue angle of 291.82º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC8DE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219200222-
CMYK0.010.1000.13
HSL291.82º25%82.75%-
HSV(B)291.82º9.91%87.06%-
XYZ63.0561.6477.68-
YUV208.19135.79135.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=34.17%
G=31.20%
B=34.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192002220.010.1000.13291.822582.75
HexDBC8DE1A0D1241953
Octal33331033611201544431123
Binary1101101111001000110111101101001101100100100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8DE; }

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

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

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

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

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

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

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

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