#D0BDCD

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

Shades of Thistle #D0BDCD

Tints of Thistle #D0BDCD

Color information

#D0BDCD (or 0xD0BDCD) is unknown color: approx Thistle. HEX triplet: D0, BD and CD. RGB value is (208,189,205). Sum of RGB (Red+Green+Blue) = 208+189+205=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDCD is #2F4232. Grayscale: #C4C4C4. Windows color (decimal): -3097139 or 13483472. OLE color: 13483472.

HSL color Cylindrical-coordinate representation of color #D0BDCD: hue angle of 309.47º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0BDCD is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208189205-
CMYK00.090.010.18
HSL309.47º16.81%77.84%-
HSV(B)309.47º9.13%81.57%-
XYZ55.2354.2165.31-
YUV196.5132.79136.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=34.55%
G=31.40%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818920500.090.010.18309.4716.8177.84
HexD0BDCD09112135114e
Octal32027531501112246521116
Binary11010000101111011100110101001110010100110101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BDCD; }

 p { color: rgb(208,189,205); }

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

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

 a { background-color: rgb(208,189,205); }

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

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

 span { border-color: rgb(208,189,205); }

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