#D0BFCE

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

Shades of Thistle #D0BFCE

Tints of Thistle #D0BFCE

Color information

#D0BFCE (or 0xD0BFCE) is unknown color: approx Thistle. HEX triplet: D0, BF and CE. RGB value is (208,191,206). Sum of RGB (Red+Green+Blue) = 208+191+206=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFCE is #2F4031. Grayscale: #C5C5C5. Windows color (decimal): -3096626 or 13549520. OLE color: 13549520.

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

Color convert

RGB208191206-
CMYK00.080.010.18
HSL307.06º15.32%78.24%-
HSV(B)307.06º8.17%81.57%-
XYZ55.7855.1366.09-
YUV197.79132.63135.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.38%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=34.38%
G=31.57%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819120600.080.010.18307.0615.3278.24
HexD0BFCE08112133f4e
Octal32027731601012246317116
Binary1101000010111111110011100100011001010011001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFCE; }

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

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

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

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

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

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

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

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