Html Css Color HEX #D8B1DC Thistle

📋 copy color: '#D8B1DC'

red 216 ◦ green 177 ◦ blue 220

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

Shades of Thistle #D8B1DC

Tints of Thistle #D8B1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.87%

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

R = 35.24%
G = 28.87%
B = 35.89%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8B1DC (or 0xD8B1DC) is known color: Thistle. HEX triplet: D8, B1 and DC. RGB value is (216,177,220). Sum of RGB (Red+Green+Blue) = 216+177+220=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8B1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1DC is #274E23. Grayscale: #C1C1C1. Windows color (decimal): -2575908 or 14463448. OLE color: 14463448.

HSL color Cylindrical-coordinate representation of color #D8B1DC: hue angle of 294.42º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8B1DC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 177 220 -
CMYK 0.02 0.20 0 0.14
HSL 294.42º 0.38% 0.78% -
HSV(B) 294.42º 0.2% 0.86% -
XYZ 56.96 51.21 74.59 -
YUV 193.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 216 177 220 0.02 0.20 0 0.14 294.42 0.38 0.78
Hex D8 B1 DC 2 14 0 E 126 26 4E
Octal 330 261 334 2 24 0 16 446 46 116
Binary 11011000 10110001 11011100 10 10100 0 1110 100100110 100110 1001110

Color Harmonies of #D8B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B1DC

Black with #D8B1DC

Text Example


Text Example

White with #D8B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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