Html Css Color HEX #D6BADA Thistle

📋 copy color: '#D6BADA'

red 214 ◦ green 186 ◦ blue 218

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

Shades of Thistle #D6BADA

Tints of Thistle #D6BADA

RGB

 RED value IS 214 (83.98% from 255) = 34.63%

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

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 34.63%
G = 30.1%
B = 35.28%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6BADA (or 0xD6BADA) is known color: Thistle. HEX triplet: D6, BA and DA. RGB value is (214,186,218). Sum of RGB (Red+Green+Blue) = 214+186+218=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BADA is #294525. Grayscale: #C5C5C5. Windows color (decimal): -2704678 or 14334678. OLE color: 14334678.

HSL color Cylindrical-coordinate representation of color #D6BADA: hue angle of 292.5º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BADA is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 186 218 -
CMYK 0.02 0.15 0 0.15
HSL 292.5º 0.3% 0.79% -
HSV(B) 292.5º 0.15% 0.85% -
XYZ 57.95 54.48 73.79 -
YUV 198.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 214 186 218 0.02 0.15 0 0.15 292.5 0.3 0.79
Hex D6 BA DA 2 F 0 F 124 1E 4F
Octal 326 272 332 2 17 0 17 444 36 117
Binary 11010110 10111010 11011010 10 1111 0 1111 100100100 11110 1001111

Color Harmonies of #D6BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BADA

Black with #D6BADA

Text Example


Text Example

White with #D6BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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