Html Css Color HEX #D8BCDC Thistle

📋 copy color: '#D8BCDC'

red 216 ◦ green 188 ◦ blue 220

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

Shades of Thistle #D8BCDC

Tints of Thistle #D8BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 34.62%
G = 30.13%
B = 35.26%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8BCDC (or 0xD8BCDC) is known color: Thistle. HEX triplet: D8, BC and DC. RGB value is (216,188,220). Sum of RGB (Red+Green+Blue) = 216+188+220=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCDC is #274323. Grayscale: #C7C7C7. Windows color (decimal): -2573092 or 14466264. OLE color: 14466264.

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

Color convert

RGB 216 188 220 -
CMYK 0.02 0.15 0 0.14
HSL 292.5º 0.31% 0.8% -
HSV(B) 292.5º 0.15% 0.86% -
XYZ 59.22 55.73 75.35 -
YUV 200.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 216 188 220 0.02 0.15 0 0.14 292.5 0.31 0.8
Hex D8 BC DC 2 F 0 E 124 1F 50
Octal 330 274 334 2 17 0 16 444 37 120
Binary 11011000 10111100 11011100 10 1111 0 1110 100100100 11111 1010000

Color Harmonies of #D8BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BCDC

Black with #D8BCDC

Text Example


Text Example

White with #D8BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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