#DBC1E1

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

Shades of Thistle #DBC1E1

Tints of Thistle #DBC1E1

Color information

#DBC1E1 (or 0xDBC1E1) is unknown color: approx Thistle. HEX triplet: DB, C1 and E1. RGB value is (219,193,225). Sum of RGB (Red+Green+Blue) = 219+193+225=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBC1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1E1 is #243E1E. Grayscale: #CCCCCC. Windows color (decimal): -2375199 or 14795227. OLE color: 14795227.

HSL color Cylindrical-coordinate representation of color #DBC1E1: hue angle of 288.75º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBC1E1 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219193225-
CMYK0.030.1400.12
HSL288.75º34.78%81.96%-
HSV(B)288.75º14.22%88.24%-
XYZ61.8758.6479.29-
YUV204.42139.61138.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 193 (75.78% from 255) = 30.30%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=34.38%
G=30.30%
B=35.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191932250.030.1400.12288.7534.7881.96
HexDBC1E13E0C1212352
Octal33330134131601444143122
Binary110110111100000111100001111110011001001000011000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1E1; }

 p { color: rgb(219,193,225); }

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

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

 a { background-color: rgb(219,193,225); }

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

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

 span { border-color: rgb(219,193,225); }

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