Html Css Color HEX #D2BFD1 Thistle

📋 copy color: '#D2BFD1'

red 210 ◦ green 191 ◦ blue 209

#D2BFD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #D2BFD1

Tints of Thistle #D2BFD1

RGB

 RED value IS 210 (82.42% from 255) = 34.43%

 GREEN value IS 191 (75% from 255) = 31.31%

 BLUE value IS 209 (82.03% from 255) = 34.26%

R = 34.43%
G = 31.31%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D2BFD1 (or 0xD2BFD1) is known color: Thistle. HEX triplet: D2, BF and D1. RGB value is (210,191,209). Sum of RGB (Red+Green+Blue) = 210+191+209=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFD1 is #2D402E. Grayscale: #C6C6C6. Windows color (decimal): -2965551 or 13746130. OLE color: 13746130.

HSL color Cylindrical-coordinate representation of color #D2BFD1: hue angle of 303.16º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2BFD1 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 191 209 -
CMYK 0 0.09 0.00 0.18
HSL 303.16º 0.17% 0.79% -
HSV(B) 303.16º 0.09% 0.82% -
XYZ 56.72 55.57 68.06 -
YUV 198.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 210 191 209 0 0.09 0.00 0.18 303.16 0.17 0.79
Hex D2 BF D1 0 9 0 12 12F 11 4F
Octal 322 277 321 0 11 0 22 457 21 117
Binary 11010010 10111111 11010001 0 1001 0 10010 100101111 10001 1001111

Color Harmonies of #D2BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BFD1

Black with #D2BFD1

Text Example


Text Example

White with #D2BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BFD1; }

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

 H1.HeaderClassName
 {
   color: #D2BFD1;
 }
 .AnyTagClassName
 {
   color: #D2BFD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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