#D0BCCD

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

Shades of Thistle #D0BCCD

Tints of Thistle #D0BCCD

Color information

#D0BCCD (or 0xD0BCCD) is unknown color: approx Thistle. HEX triplet: D0, BC and CD. RGB value is (208,188,205). Sum of RGB (Red+Green+Blue) = 208+188+205=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCCD is #2F4332. Grayscale: #C3C3C3. Windows color (decimal): -3097395 or 13483216. OLE color: 13483216.

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

Color convert

RGB208188205-
CMYK00.100.010.18
HSL309º17.54%77.65%-
HSV(B)309º9.62%81.57%-
XYZ55.0253.7865.24-
YUV195.92133.13136.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=34.61%
G=31.28%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818820500.100.010.1830917.5477.65
HexD0BCCD0A112135124e
Octal32027431501212246522116
Binary11010000101111001100110101010110010100110101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BCCD; }

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

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

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

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

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

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

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

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