#D2BDD0

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

Shades of Thistle #D2BDD0

Tints of Thistle #D2BDD0

Color information

#D2BDD0 (or 0xD2BDD0) is unknown color: approx Thistle. HEX triplet: D2, BD and D0. RGB value is (210,189,208). Sum of RGB (Red+Green+Blue) = 210+189+208=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDD0 is #2D422F. Grayscale: #C5C5C5. Windows color (decimal): -2966064 or 13680082. OLE color: 13680082.

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

Color convert

RGB210189208-
CMYK00.100.010.18
HSL305.71º18.92%78.24%-
HSV(B)305.71º10%82.35%-
XYZ56.1654.6567.26-
YUV197.44133.96136.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=34.60%
G=31.14%
B=34.27%

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
Decimal21018920800.100.010.18305.7118.9278.24
HexD2BDD00A112132134e
Octal32227532001212246223116
Binary11010010101111011101000001010110010100110010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDD0; }

 p { color: rgb(210,189,208); }

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

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

 a { background-color: rgb(210,189,208); }

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

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

 span { border-color: rgb(210,189,208); }

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