#D2BBD5

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

Shades of Thistle #D2BBD5

Tints of Thistle #D2BBD5

Color information

#D2BBD5 (or 0xD2BBD5) is unknown color: approx Thistle. HEX triplet: D2, BB and D5. RGB value is (210,187,213). Sum of RGB (Red+Green+Blue) = 210+187+213=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBD5 is #2D442A. Grayscale: #C4C4C4. Windows color (decimal): -2966571 or 14007250. OLE color: 14007250.

HSL color Cylindrical-coordinate representation of color #D2BBD5: hue angle of 293.08º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2BBD5 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210187213-
CMYK0.010.1200.16
HSL293.08º23.64%78.43%-
HSV(B)293.08º12.21%83.53%-
XYZ56.3654.0570.41-
YUV196.84137.12137.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.43%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 213 (83.59% from 255) = 34.92%
R=34.43%
G=30.66%
B=34.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101872130.010.1200.16293.0823.6478.43
HexD2BBD51C010125184e
Octal32227332511402044530116
Binary11010010101110111101010111100010000100100101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBD5; }

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

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

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

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

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

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

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

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