Html Css Color HEX #D2BAD1 Thistle

📋 copy color: '#D2BAD1'

red 210 ◦ green 186 ◦ blue 209

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

Shades of Thistle #D2BAD1

Tints of Thistle #D2BAD1

RGB

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

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

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

R = 34.71%
G = 30.74%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D2BAD1 (or 0xD2BAD1) is known color: Thistle. HEX triplet: D2, BA and D1. RGB value is (210,186,209). Sum of RGB (Red+Green+Blue) = 210+186+209=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAD1 is #2D452E. Grayscale: #C3C3C3. Windows color (decimal): -2966831 or 13744850. OLE color: 13744850.

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

Color convert

RGB 210 186 209 -
CMYK 0 0.11 0.00 0.18
HSL 302.5º 0.21% 0.78% -
HSV(B) 302.5º 0.11% 0.82% -
XYZ 55.65 53.42 67.7 -
YUV 195.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 210 186 209 0 0.11 0.00 0.18 302.5 0.21 0.78
Hex D2 BA D1 0 B 0 12 12E 15 4E
Octal 322 272 321 0 13 0 22 456 25 116
Binary 11010010 10111010 11010001 0 1011 0 10010 100101110 10101 1001110

Color Harmonies of #D2BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BAD1

Black with #D2BAD1

Text Example


Text Example

White with #D2BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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