#D2BFD4

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

Shades of Thistle #D2BFD4

Tints of Thistle #D2BFD4

Color information

#D2BFD4 (or 0xD2BFD4) is unknown color: approx Thistle. HEX triplet: D2, BF and D4. RGB value is (210,191,212). Sum of RGB (Red+Green+Blue) = 210+191+212=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 212 - color contains mainly: blue. Hex color #D2BFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFD4 is #2D402B. Grayscale: #C7C7C7. Windows color (decimal): -2965548 or 13942738. OLE color: 13942738.

HSL color Cylindrical-coordinate representation of color #D2BFD4: hue angle of 294.29º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BFD4 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210191212-
CMYK0.010.1000.17
HSL294.29º19.63%79.02%-
HSV(B)294.29º9.91%83.14%-
XYZ57.0955.7270.03-
YUV199.08135.29135.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 212 (83.20% from 255) = 34.58%
R=34.26%
G=31.16%
B=34.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101912120.010.1000.17294.2919.6379.02
HexD2BFD41A011126144f
Octal32227732411202144624117
Binary11010010101111111101010011010010001100100110101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BFD4; }

 p { color: rgb(210,191,212); }

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

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

 a { background-color: rgb(210,191,212); }

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

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

 span { border-color: rgb(210,191,212); }

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