Html Css Color HEX #D2BAD5 Thistle

📋 copy color: '#D2BAD5'

red 210 ◦ green 186 ◦ blue 213

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

Shades of Thistle #D2BAD5

Tints of Thistle #D2BAD5

RGB

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

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

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

R = 34.48%
G = 30.54%
B = 34.98%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D2BAD5 (or 0xD2BAD5) is known color: Thistle. HEX triplet: D2, BA and D5. RGB value is (210,186,213). Sum of RGB (Red+Green+Blue) = 210+186+213=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAD5 is #2D452A. Grayscale: #C4C4C4. Windows color (decimal): -2966827 or 14006994. OLE color: 14006994.

HSL color Cylindrical-coordinate representation of color #D2BAD5: hue angle of 293.33º 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 #D2BAD5 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 186 213 -
CMYK 0.01 0.13 0 0.16
HSL 293.33º 0.24% 0.78% -
HSV(B) 293.33º 0.13% 0.84% -
XYZ 56.15 53.62 70.34 -
YUV 196.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 210 186 213 0.01 0.13 0 0.16 293.33 0.24 0.78
Hex D2 BA D5 1 D 0 10 125 18 4E
Octal 322 272 325 1 15 0 20 445 30 116
Binary 11010010 10111010 11010101 1 1101 0 10000 100100101 11000 1001110

Color Harmonies of #D2BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BAD5

Black with #D2BAD5

Text Example


Text Example

White with #D2BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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