#D2BBCF

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

Shades of Thistle #D2BBCF

Tints of Thistle #D2BBCF

Color information

#D2BBCF (or 0xD2BBCF) is unknown color: approx Thistle. HEX triplet: D2, BB and CF. RGB value is (210,187,207). Sum of RGB (Red+Green+Blue) = 210+187+207=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBCF is #2D4430. Grayscale: #C4C4C4. Windows color (decimal): -2966577 or 13614034. OLE color: 13614034.

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

Color convert

RGB210187207-
CMYK00.110.010.18
HSL307.83º20.35%77.84%-
HSV(B)307.83º10.95%82.35%-
XYZ55.6153.7566.47-
YUV196.16134.12137.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=34.77%
G=30.96%
B=34.27%

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
Decimal21018720700.110.010.18307.8320.3577.84
HexD2BBCF0B112134144e
Octal32227331701312246424116
Binary11010010101110111100111101011110010100110100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBCF; }

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

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

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

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

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

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

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

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