#D6C5DB

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

Shades of Thistle #D6C5DB

Tints of Thistle #D6C5DB

Color information

#D6C5DB (or 0xD6C5DB) is unknown color: approx Thistle. HEX triplet: D6, C5 and DB. RGB value is (214,197,219). Sum of RGB (Red+Green+Blue) = 214+197+219=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 197 (77.34% from 255 or 31.27% 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 #D6C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5DB is #293A24. Grayscale: #CCCCCC. Windows color (decimal): -2701861 or 14403030. OLE color: 14403030.

HSL color Cylindrical-coordinate representation of color #D6C5DB: hue angle of 286.36º 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 #D6C5DB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214197219-
CMYK0.020.1000.14
HSL286.36º23.4%81.57%-
HSV(B)286.36º10.05%85.88%-
XYZ60.4859.3475.28-
YUV204.59136.13134.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.97%
GREEN value IS 197 (77.34% from 255) = 31.27%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=33.97%
G=31.27%
B=34.76%

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
Decimal2141972190.020.1000.14286.3623.481.57
HexD6C5DB2A0E11e1752
Octal32630533321201643627122
Binary11010110110001011101101110101001110100011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C5DB; }

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

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

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

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

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

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

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

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