Html Css Color HEX #D8C1DC Thistle

📋 copy color: '#D8C1DC'

red 216 ◦ green 193 ◦ blue 220

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

Shades of Thistle #D8C1DC

Tints of Thistle #D8C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.68%

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

R = 34.34%
G = 30.68%
B = 34.98%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8C1DC (or 0xD8C1DC) is known color: Thistle. HEX triplet: D8, C1 and DC. RGB value is (216,193,220). Sum of RGB (Red+Green+Blue) = 216+193+220=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C1DC is #273E23. Grayscale: #CACACA. Windows color (decimal): -2571812 or 14467544. OLE color: 14467544.

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

Color convert

RGB 216 193 220 -
CMYK 0.02 0.12 0 0.14
HSL 291.11º 0.28% 0.81% -
HSV(B) 291.11º 0.12% 0.86% -
XYZ 60.31 57.91 75.71 -
YUV 202.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 216 193 220 0.02 0.12 0 0.14 291.11 0.28 0.81
Hex D8 C1 DC 2 C 0 E 123 1C 51
Octal 330 301 334 2 14 0 16 443 34 121
Binary 11011000 11000001 11011100 10 1100 0 1110 100100011 11100 1010001

Color Harmonies of #D8C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C1DC

Black with #D8C1DC

Text Example


Text Example

White with #D8C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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