#DBC3DE

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

Shades of Thistle #DBC3DE

Tints of Thistle #DBC3DE

Color information

#DBC3DE (or 0xDBC3DE) is unknown color: approx Thistle. HEX triplet: DB, C3 and DE. RGB value is (219,195,222). Sum of RGB (Red+Green+Blue) = 219+195+222=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3DE is #243C21. Grayscale: #CDCDCD. Windows color (decimal): -2374690 or 14599131. OLE color: 14599131.

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

Color convert

RGB219195222-
CMYK0.010.1200.13
HSL293.33º29.03%81.76%-
HSV(B)293.33º12.16%87.06%-
XYZ61.9159.3677.3-
YUV205.25137.45137.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=34.43%
G=30.66%
B=34.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191952220.010.1200.13293.3329.0381.76
HexDBC3DE1C0D1251d52
Octal33330333611401544535122
Binary1101101111000011110111101110001101100100101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3DE; }

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

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

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

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

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

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

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

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