Html Css Color HEX #D2B4D1 Thistle

📋 copy color: '#D2B4D1'

red 210 ◦ green 180 ◦ blue 209

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

Shades of Thistle #D2B4D1

Tints of Thistle #D2B4D1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.05%

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

R = 35.06%
G = 30.05%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D2B4D1 (or 0xD2B4D1) is known color: Thistle. HEX triplet: D2, B4 and D1. RGB value is (210,180,209). Sum of RGB (Red+Green+Blue) = 210+180+209=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B4D1 is #2D4B2E. Grayscale: #C0C0C0. Windows color (decimal): -2968367 or 13743314. OLE color: 13743314.

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

Color convert

RGB 210 180 209 -
CMYK 0 0.14 0.00 0.18
HSL 302º 0.25% 0.76% -
HSV(B) 302º 0.14% 0.82% -
XYZ 54.41 50.95 67.29 -
YUV 192.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 210 180 209 0 0.14 0.00 0.18 302 0.25 0.76
Hex D2 B4 D1 0 E 0 12 12E 19 4C
Octal 322 264 321 0 16 0 22 456 31 114
Binary 11010010 10110100 11010001 0 1110 0 10010 100101110 11001 1001100

Color Harmonies of #D2B4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B4D1

Black with #D2B4D1

Text Example


Text Example

White with #D2B4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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