#D0BDCE

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

Shades of Thistle #D0BDCE

Tints of Thistle #D0BDCE

Color information

#D0BDCE (or 0xD0BDCE) is unknown color: approx Thistle. HEX triplet: D0, BD and CE. RGB value is (208,189,206). Sum of RGB (Red+Green+Blue) = 208+189+206=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDCE is #2F4231. Grayscale: #C4C4C4. Windows color (decimal): -3097138 or 13549008. OLE color: 13549008.

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

Color convert

RGB208189206-
CMYK00.090.010.18
HSL306.32º16.81%77.84%-
HSV(B)306.32º9.13%81.57%-
XYZ55.3554.2665.95-
YUV196.62133.29136.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 206 (80.86% from 255) = 34.16%
R=34.49%
G=31.34%
B=34.16%

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
Decimal20818920600.090.010.18306.3216.8177.84
HexD0BDCE09112132114e
Octal32027531601112246221116
Binary11010000101111011100111001001110010100110010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BDCE; }

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

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

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

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

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

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

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

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