Html Css Color HEX #D1BAD5 Thistle

📋 copy color: '#D1BAD5'

red 209 ◦ green 186 ◦ blue 213

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

Shades of Thistle #D1BAD5

Tints of Thistle #D1BAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 34.38%
G = 30.59%
B = 35.03%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1BAD5 (or 0xD1BAD5) is known color: Thistle. HEX triplet: D1, BA and D5. RGB value is (209,186,213). Sum of RGB (Red+Green+Blue) = 209+186+213=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BAD5 is #2E452A. Grayscale: #C3C3C3. Windows color (decimal): -3032363 or 14006993. OLE color: 14006993.

HSL color Cylindrical-coordinate representation of color #D1BAD5: hue angle of 291.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1BAD5 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 186 213 -
CMYK 0.02 0.13 0 0.16
HSL 291.11º 0.24% 0.78% -
HSV(B) 291.11º 0.13% 0.84% -
XYZ 55.86 53.48 70.33 -
YUV 195.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 209 186 213 0.02 0.13 0 0.16 291.11 0.24 0.78
Hex D1 BA D5 2 D 0 10 123 18 4E
Octal 321 272 325 2 15 0 20 443 30 116
Binary 11010001 10111010 11010101 10 1101 0 10000 100100011 11000 1001110

Color Harmonies of #D1BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BAD5

Black with #D1BAD5

Text Example


Text Example

White with #D1BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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