#DBC0DE

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

Shades of Thistle #DBC0DE

Tints of Thistle #DBC0DE

Color information

#DBC0DE (or 0xDBC0DE) is unknown color: approx Thistle. HEX triplet: DB, C0 and DE. RGB value is (219,192,222). Sum of RGB (Red+Green+Blue) = 219+192+222=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0DE is #243F21. Grayscale: #CBCBCB. Windows color (decimal): -2375458 or 14598363. OLE color: 14598363.

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

Color convert

RGB219192222-
CMYK0.010.1400.13
HSL294º31.25%81.18%-
HSV(B)294º13.51%87.06%-
XYZ61.2558.0377.08-
YUV203.49138.45139.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=34.60%
G=30.33%
B=35.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191922220.010.1400.1329431.2581.18
HexDBC0DE1E0D1261f51
Octal33330033611601544637121
Binary1101101111000000110111101111001101100100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0DE; }

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

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

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

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

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

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

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

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