Html Css Color HEX #D0BAD1 Thistle

📋 copy color: '#D0BAD1'

red 208 ◦ green 186 ◦ blue 209

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

Shades of Thistle #D0BAD1

Tints of Thistle #D0BAD1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.85%

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

R = 34.49%
G = 30.85%
B = 34.66%

CMYK

 C value IS 0.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D0BAD1 (or 0xD0BAD1) is known color: Thistle. HEX triplet: D0, BA and D1. RGB value is (208,186,209). Sum of RGB (Red+Green+Blue) = 208+186+209=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #D0BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAD1 is #2F452E. Grayscale: #C3C3C3. Windows color (decimal): -3097903 or 13744848. OLE color: 13744848.

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

Color convert

RGB 208 186 209 -
CMYK 0.00 0.11 0 0.18
HSL 297.39º 0.2% 0.77% -
HSV(B) 297.39º 0.11% 0.82% -
XYZ 55.08 53.13 67.67 -
YUV 195.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 208 186 209 0.00 0.11 0 0.18 297.39 0.2 0.77
Hex D0 BA D1 0 B 0 12 129 14 4D
Octal 320 272 321 0 13 0 22 451 24 115
Binary 11010000 10111010 11010001 0 1011 0 10010 100101001 10100 1001101

Color Harmonies of #D0BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BAD1

Black with #D0BAD1

Text Example


Text Example

White with #D0BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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