#DBC2DC

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

Shades of Thistle #DBC2DC

Tints of Thistle #DBC2DC

Color information

#DBC2DC (or 0xDBC2DC) is unknown color: approx Thistle. HEX triplet: DB, C2 and DC. RGB value is (219,194,220). Sum of RGB (Red+Green+Blue) = 219+194+220=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2DC is #243D23. Grayscale: #CCCCCC. Windows color (decimal): -2374948 or 14467803. OLE color: 14467803.

HSL color Cylindrical-coordinate representation of color #DBC2DC: hue angle of 297.69º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC2DC is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219194220-
CMYK0.000.1200.14
HSL297.69º27.08%81.18%-
HSV(B)297.69º11.82%86.27%-
XYZ61.4258.8175.82-
YUV204.44136.78138.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=34.60%
G=30.65%
B=34.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191942200.000.1200.14297.6927.0881.18
HexDBC2DC0C0E12a1b51
Octal33330233401401645233121
Binary1101101111000010110111000110001110100101010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2DC; }

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

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

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

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

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

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

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

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