#DBC4DE

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

Shades of Thistle #DBC4DE

Tints of Thistle #DBC4DE

Color information

#DBC4DE (or 0xDBC4DE) is unknown color: approx Thistle. HEX triplet: DB, C4 and DE. RGB value is (219,196,222). Sum of RGB (Red+Green+Blue) = 219+196+222=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4DE is #243B21. Grayscale: #CDCDCD. Windows color (decimal): -2374434 or 14599387. OLE color: 14599387.

HSL color Cylindrical-coordinate representation of color #DBC4DE: hue angle of 293.08º degrees, saturation: 0.28, 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 #DBC4DE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219196222-
CMYK0.010.1200.13
HSL293.08º28.26%81.96%-
HSV(B)293.08º11.71%87.06%-
XYZ62.1459.8177.38-
YUV205.84137.12137.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 196 (76.95% from 255) = 30.77%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=34.38%
G=30.77%
B=34.85%

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
Decimal2191962220.010.1200.13293.0828.2681.96
HexDBC4DE1C0D1251c52
Octal33330433611401544534122
Binary1101101111000100110111101110001101100100101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4DE; }

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

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

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

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

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

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

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

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