#D9C2DB

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

Shades of Thistle #D9C2DB

Tints of Thistle #D9C2DB

Color information

#D9C2DB (or 0xD9C2DB) is unknown color: approx Thistle. HEX triplet: D9, C2 and DB. RGB value is (217,194,219). Sum of RGB (Red+Green+Blue) = 217+194+219=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2DB is #263D24. Grayscale: #CBCBCB. Windows color (decimal): -2506021 or 14402265. OLE color: 14402265.

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

Color convert

RGB217194219-
CMYK0.010.1100.14
HSL295.2º25.77%80.98%-
HSV(B)295.2º11.42%85.88%-
XYZ60.6958.4575.1-
YUV203.73136.62137.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.44%
GREEN value IS 194 (76.17% from 255) = 30.79%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=34.44%
G=30.79%
B=34.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171942190.010.1100.14295.225.7780.98
HexD9C2DB1B0E1271a51
Octal33130233311301644732121
Binary1101100111000010110110111101101110100100111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2DB; }

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

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

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

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

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

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

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

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