#D0BFCD

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

Shades of Thistle #D0BFCD

Tints of Thistle #D0BFCD

Color information

#D0BFCD (or 0xD0BFCD) is unknown color: approx Thistle. HEX triplet: D0, BF and CD. RGB value is (208,191,205). Sum of RGB (Red+Green+Blue) = 208+191+205=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFCD is #2F4032. Grayscale: #C5C5C5. Windows color (decimal): -3096627 or 13483984. OLE color: 13483984.

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

Color convert

RGB208191205-
CMYK00.080.010.18
HSL310.59º15.32%78.24%-
HSV(B)310.59º8.17%81.57%-
XYZ55.6655.0865.46-
YUV197.68132.13135.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=34.44%
G=31.62%
B=33.94%

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
Decimal20819120500.080.010.18310.5915.3278.24
HexD0BFCD08112137f4e
Octal32027731501012246717116
Binary1101000010111111110011010100011001010011011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFCD; }

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

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

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

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

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

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

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

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