#D1BBCF

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

Shades of Thistle #D1BBCF

Tints of Thistle #D1BBCF

Color information

#D1BBCF (or 0xD1BBCF) is unknown color: approx Thistle. HEX triplet: D1, BB and CF. RGB value is (209,187,207). Sum of RGB (Red+Green+Blue) = 209+187+207=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBCF is #2E4430. Grayscale: #C3C3C3. Windows color (decimal): -3032113 or 13614033. OLE color: 13614033.

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

Color convert

RGB209187207-
CMYK00.110.010.18
HSL305.45º19.3%77.65%-
HSV(B)305.45º10.53%81.96%-
XYZ55.3353.666.46-
YUV195.86134.29137.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 207 (81.25% from 255) = 34.33%
R=34.66%
G=31.01%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918720700.110.010.18305.4519.377.65
HexD1BBCF0B112131134e
Octal32127331701312246123116
Binary11010001101110111100111101011110010100110001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBCF; }

 p { color: rgb(209,187,207); }

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

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

 a { background-color: rgb(209,187,207); }

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

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

 span { border-color: rgb(209,187,207); }

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