#DBCADE

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

Shades of Thistle #DBCADE

Tints of Thistle #DBCADE

Color information

#DBCADE (or 0xDBCADE) is unknown color: approx Thistle. HEX triplet: DB, CA and DE. RGB value is (219,202,222). Sum of RGB (Red+Green+Blue) = 219+202+222=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCADE is #243521. Grayscale: #D1D1D1. Windows color (decimal): -2372898 or 14600923. OLE color: 14600923.

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

Color convert

RGB219202222-
CMYK0.010.0900.13
HSL291º23.26%83.14%-
HSV(B)291º9.01%87.06%-
XYZ63.5262.5877.84-
YUV209.36135.13134.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=34.06%
G=31.42%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192022220.010.0900.1329123.2683.14
HexDBCADE190D1231753
Octal33331233611101544327123
Binary1101101111001010110111101100101101100100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCADE; }

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

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

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

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

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

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

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

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