Html Css Color HEX #D8BCD7 Thistle

📋 copy color: '#D8BCD7'

red 216 ◦ green 188 ◦ blue 215

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

Shades of Thistle #D8BCD7

Tints of Thistle #D8BCD7

RGB

 RED value IS 216 (84.77% from 255) = 34.89%

 GREEN value IS 188 (73.83% from 255) = 30.37%

 BLUE value IS 215 (84.38% from 255) = 34.73%

R = 34.89%
G = 30.37%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D8BCD7 (or 0xD8BCD7) is known color: Thistle. HEX triplet: D8, BC and D7. RGB value is (216,188,215). Sum of RGB (Red+Green+Blue) = 216+188+215=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCD7 is #274328. Grayscale: #C7C7C7. Windows color (decimal): -2573097 or 14138584. OLE color: 14138584.

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

Color convert

RGB 216 188 215 -
CMYK 0 0.13 0.00 0.15
HSL 302.14º 0.26% 0.79% -
HSV(B) 302.14º 0.13% 0.85% -
XYZ 58.57 55.47 71.91 -
YUV 199.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 216 188 215 0 0.13 0.00 0.15 302.14 0.26 0.79
Hex D8 BC D7 0 D 0 F 12E 1A 4F
Octal 330 274 327 0 15 0 17 456 32 117
Binary 11011000 10111100 11010111 0 1101 0 1111 100101110 11010 1001111

Color Harmonies of #D8BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BCD7

Black with #D8BCD7

Text Example


Text Example

White with #D8BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BCD7; }

 p { color: rgb(216,188,215); }

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

background-color css

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

 a { background-color: rgb(216,188,215); }

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

border-color css

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

 span { border-color: rgb(216,188,215); }

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