Html Css Color HEX #D2BAD6 Thistle

📋 copy color: '#D2BAD6'

red 210 ◦ green 186 ◦ blue 214

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

Shades of Thistle #D2BAD6

Tints of Thistle #D2BAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.08%

R = 34.43%
G = 30.49%
B = 35.08%

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

#D2BAD6 (or 0xD2BAD6) is known color: Thistle. HEX triplet: D2, BA and D6. RGB value is (210,186,214). Sum of RGB (Red+Green+Blue) = 210+186+214=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #D2BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAD6 is #2D4529. Grayscale: #C4C4C4. Windows color (decimal): -2966826 or 14072530. OLE color: 14072530.

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

Color convert

RGB 210 186 214 -
CMYK 0.02 0.13 0 0.16
HSL 291.43º 0.25% 0.78% -
HSV(B) 291.43º 0.13% 0.84% -
XYZ 56.27 53.67 71.01 -
YUV 196.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 210 186 214 0.02 0.13 0 0.16 291.43 0.25 0.78
Hex D2 BA D6 2 D 0 10 123 19 4E
Octal 322 272 326 2 15 0 20 443 31 116
Binary 11010010 10111010 11010110 10 1101 0 10000 100100011 11001 1001110

Color Harmonies of #D2BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BAD6

Black with #D2BAD6

Text Example


Text Example

White with #D2BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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