Html Css Color HEX #D7BADE Thistle

📋 copy color: '#D7BADE'

red 215 ◦ green 186 ◦ blue 222

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

Shades of Thistle #D7BADE

Tints of Thistle #D7BADE

RGB

 RED value IS 215 (84.38% from 255) = 34.51%

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

 BLUE value IS 222 (87.11% from 255) = 35.63%

R = 34.51%
G = 29.86%
B = 35.63%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7BADE (or 0xD7BADE) is known color: Thistle. HEX triplet: D7, BA and DE. RGB value is (215,186,222). Sum of RGB (Red+Green+Blue) = 215+186+222=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BADE is #284521. Grayscale: #C6C6C6. Windows color (decimal): -2639138 or 14596823. OLE color: 14596823.

HSL color Cylindrical-coordinate representation of color #D7BADE: hue angle of 288.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7BADE is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 186 222 -
CMYK 0.03 0.16 0 0.13
HSL 288.33º 0.35% 0.8% -
HSV(B) 288.33º 0.16% 0.87% -
XYZ 58.77 54.84 76.59 -
YUV 198.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 215 186 222 0.03 0.16 0 0.13 288.33 0.35 0.8
Hex D7 BA DE 3 10 0 D 120 23 50
Octal 327 272 336 3 20 0 15 440 43 120
Binary 11010111 10111010 11011110 11 10000 0 1101 100100000 100011 1010000

Color Harmonies of #D7BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BADE

Black with #D7BADE

Text Example


Text Example

White with #D7BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BADE; }

 p { color: rgb(215,186,222); }

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

background-color css

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

 a { background-color: rgb(215,186,222); }

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

border-color css

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

 span { border-color: rgb(215,186,222); }

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