#D0BDCF

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

Shades of Thistle #D0BDCF

Tints of Thistle #D0BDCF

Color information

#D0BDCF (or 0xD0BDCF) is unknown color: approx Thistle. HEX triplet: D0, BD and CF. RGB value is (208,189,207). Sum of RGB (Red+Green+Blue) = 208+189+207=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDCF is #2F4230. Grayscale: #C4C4C4. Windows color (decimal): -3097137 or 13614544. OLE color: 13614544.

HSL color Cylindrical-coordinate representation of color #D0BDCF: hue angle of 303.16º 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 #D0BDCF is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208189207-
CMYK00.090.000.18
HSL303.16º16.81%77.84%-
HSV(B)303.16º9.13%81.57%-
XYZ55.4754.3166.59-
YUV196.73133.79136.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=34.44%
G=31.29%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818920700.090.000.18303.1616.8177.84
HexD0BDCF0901212f114e
Octal32027531701102245721116
Binary11010000101111011100111101001010010100101111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BDCF; }

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

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

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

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

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

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

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

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