#DBCEDB

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

Shades of Thistle #DBCEDB

Tints of Thistle #DBCEDB

Color information

#DBCEDB (or 0xDBCEDB) is unknown color: approx Thistle. HEX triplet: DB, CE and DB. RGB value is (219,206,219). Sum of RGB (Red+Green+Blue) = 219+206+219=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEDB is #243124. Grayscale: #D3D3D3. Windows color (decimal): -2371877 or 14405339. OLE color: 14405339.

HSL color Cylindrical-coordinate representation of color #DBCEDB: hue angle of 300º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCEDB is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219206219-
CMYK00.0600.14
HSL300º15.29%83.33%-
HSV(B)300º5.94%85.88%-
XYZ64.0764.3276.06-
YUV211.37132.31133.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 219 (85.94% from 255) = 34.01%
R=34.01%
G=31.99%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920621900.0600.1430015.2983.33
HexDBCEDB060E12cf53
Octal3333163330601645417123
Binary11011011110011101101101101100111010010110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEDB; }

 p { color: rgb(219,206,219); }

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

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

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

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

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

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

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