Html Css Color HEX #D0BDD1 Thistle

📋 copy color: '#D0BDD1'

red 208 ◦ green 189 ◦ blue 209

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

Shades of Thistle #D0BDD1

Tints of Thistle #D0BDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.19%

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

R = 34.32%
G = 31.19%
B = 34.49%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D0BDD1 (or 0xD0BDD1) is known color: Thistle. HEX triplet: D0, BD and D1. RGB value is (208,189,209). Sum of RGB (Red+Green+Blue) = 208+189+209=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 209 - color contains mainly: blue. Hex color #D0BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDD1 is #2F422E. Grayscale: #C4C4C4. Windows color (decimal): -3097135 or 13745616. OLE color: 13745616.

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

Color convert

RGB 208 189 209 -
CMYK 0.00 0.10 0 0.18
HSL 297º 0.18% 0.78% -
HSV(B) 297º 0.1% 0.82% -
XYZ 55.72 54.41 67.89 -
YUV 196.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 208 189 209 0.00 0.10 0 0.18 297 0.18 0.78
Hex D0 BD D1 0 A 0 12 129 12 4E
Octal 320 275 321 0 12 0 22 451 22 116
Binary 11010000 10111101 11010001 0 1010 0 10010 100101001 10010 1001110

Color Harmonies of #D0BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BDD1

Black with #D0BDD1

Text Example


Text Example

White with #D0BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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