#DBC2DE

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

Shades of Thistle #DBC2DE

Tints of Thistle #DBC2DE

Color information

#DBC2DE (or 0xDBC2DE) is unknown color: approx Thistle. HEX triplet: DB, C2 and DE. RGB value is (219,194,222). Sum of RGB (Red+Green+Blue) = 219+194+222=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2DE is #243D21. Grayscale: #CCCCCC. Windows color (decimal): -2374946 or 14598875. OLE color: 14598875.

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

Color convert

RGB219194222-
CMYK0.010.1300.13
HSL293.57º29.79%81.57%-
HSV(B)293.57º12.61%87.06%-
XYZ61.6958.9277.23-
YUV204.67137.78138.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 194 (76.17% from 255) = 30.55%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=34.49%
G=30.55%
B=34.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191942220.010.1300.13293.5729.7981.57
HexDBC2DE1D0D1261e52
Octal33330233611501544636122
Binary1101101111000010110111101110101101100100110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2DE; }

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

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

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

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

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

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

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

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