Html Css Color HEX #D8C6D9 Thistle

📋 copy color: '#D8C6D9'

red 216 ◦ green 198 ◦ blue 217

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

Shades of Thistle #D8C6D9

Tints of Thistle #D8C6D9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.38%

 BLUE value IS 217 (85.16% from 255) = 34.39%

R = 34.23%
G = 31.38%
B = 34.39%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D8C6D9 (or 0xD8C6D9) is known color: Thistle. HEX triplet: D8, C6 and D9. RGB value is (216,198,217). Sum of RGB (Red+Green+Blue) = 216+198+217=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 217 - color contains mainly: blue. Hex color #D8C6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C6D9 is #273926. Grayscale: #CDCDCD. Windows color (decimal): -2570535 or 14272216. OLE color: 14272216.

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

Color convert

RGB 216 198 217 -
CMYK 0.00 0.09 0 0.15
HSL 296.84º 0.2% 0.81% -
HSV(B) 296.84º 0.09% 0.85% -
XYZ 61.04 60 74.01 -
YUV 205.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 216 198 217 0.00 0.09 0 0.15 296.84 0.2 0.81
Hex D8 C6 D9 0 9 0 F 129 14 51
Octal 330 306 331 0 11 0 17 451 24 121
Binary 11011000 11000110 11011001 0 1001 0 1111 100101001 10100 1010001

Color Harmonies of #D8C6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C6D9

Black with #D8C6D9

Text Example


Text Example

White with #D8C6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C6D9; }

 p { color: rgb(216,198,217); }

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

background-color css

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

 a { background-color: rgb(216,198,217); }

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

border-color css

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

 span { border-color: rgb(216,198,217); }

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