#D7C5DB

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

Shades of Thistle #D7C5DB

Tints of Thistle #D7C5DB

Color information

#D7C5DB (or 0xD7C5DB) is unknown color: approx Thistle. HEX triplet: D7, C5 and DB. RGB value is (215,197,219). Sum of RGB (Red+Green+Blue) = 215+197+219=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C5DB is #283A24. Grayscale: #CCCCCC. Windows color (decimal): -2636325 or 14403031. OLE color: 14403031.

HSL color Cylindrical-coordinate representation of color #D7C5DB: hue angle of 289.09º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7C5DB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215197219-
CMYK0.020.1000.14
HSL289.09º23.4%81.57%-
HSV(B)289.09º10.05%85.88%-
XYZ60.7859.4975.3-
YUV204.89135.96135.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.07%
GREEN value IS 197 (77.34% from 255) = 31.22%
BLUE value IS 219 (85.94% from 255) = 34.71%
R=34.07%
G=31.22%
B=34.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151972190.020.1000.14289.0923.481.57
HexD7C5DB2A0E1211752
Octal32730533321201644127122
Binary11010111110001011101101110101001110100100001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C5DB; }

 p { color: rgb(215,197,219); }

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

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

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

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

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

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

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