Html Css Color HEX #D0BFD1 Thistle

📋 copy color: '#D0BFD1'

red 208 ◦ green 191 ◦ blue 209

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

Shades of Thistle #D0BFD1

Tints of Thistle #D0BFD1

RGB

 RED value IS 208 (81.64% from 255) = 34.21%

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

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

R = 34.21%
G = 31.41%
B = 34.38%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D0BFD1 (or 0xD0BFD1) is known color: Thistle. HEX triplet: D0, BF and D1. RGB value is (208,191,209). Sum of RGB (Red+Green+Blue) = 208+191+209=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 209 - color contains mainly: blue. Hex color #D0BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFD1 is #2F402E. Grayscale: #C6C6C6. Windows color (decimal): -3096623 or 13746128. OLE color: 13746128.

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

Color convert

RGB 208 191 209 -
CMYK 0.00 0.09 0 0.18
HSL 296.67º 0.16% 0.78% -
HSV(B) 296.67º 0.09% 0.82% -
XYZ 56.15 55.27 68.03 -
YUV 198.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 208 191 209 0.00 0.09 0 0.18 296.67 0.16 0.78
Hex D0 BF D1 0 9 0 12 129 10 4E
Octal 320 277 321 0 11 0 22 451 20 116
Binary 11010000 10111111 11010001 0 1001 0 10010 100101001 10000 1001110

Color Harmonies of #D0BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BFD1

Black with #D0BFD1

Text Example


Text Example

White with #D0BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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