#D9C0DB

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

Shades of Thistle #D9C0DB

Tints of Thistle #D9C0DB

Color information

#D9C0DB (or 0xD9C0DB) is unknown color: approx Thistle. HEX triplet: D9, C0 and DB. RGB value is (217,192,219). Sum of RGB (Red+Green+Blue) = 217+192+219=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0DB is #263F24. Grayscale: #CACACA. Windows color (decimal): -2506533 or 14401753. OLE color: 14401753.

HSL color Cylindrical-coordinate representation of color #D9C0DB: hue angle of 295.56º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C0DB is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217192219-
CMYK0.010.1200.14
HSL295.56º27.27%80.59%-
HSV(B)295.56º12.33%85.88%-
XYZ60.2557.5774.95-
YUV202.55137.28138.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=34.55%
G=30.57%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171922190.010.1200.14295.5627.2780.59
HexD9C0DB1C0E1281b51
Octal33130033311401645033121
Binary1101100111000000110110111110001110100101000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C0DB; }

 p { color: rgb(217,192,219); }

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

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

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

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

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

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

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