Html Css Color HEX #D8C8D7 Thistle

📋 copy color: '#D8C8D7'

red 216 ◦ green 200 ◦ blue 215

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

Shades of Thistle #D8C8D7

Tints of Thistle #D8C8D7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.7%

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

R = 34.23%
G = 31.7%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D8C8D7 (or 0xD8C8D7) is known color: Thistle. HEX triplet: D8, C8 and D7. RGB value is (216,200,215). Sum of RGB (Red+Green+Blue) = 216+200+215=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8D7 is #273728. Grayscale: #CECECE. Windows color (decimal): -2570025 or 14141656. OLE color: 14141656.

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

Color convert

RGB 216 200 215 -
CMYK 0 0.07 0.00 0.15
HSL 303.75º 0.17% 0.82% -
HSV(B) 303.75º 0.07% 0.85% -
XYZ 61.24 60.81 72.8 -
YUV 206.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 216 200 215 0 0.07 0.00 0.15 303.75 0.17 0.82
Hex D8 C8 D7 0 7 0 F 130 11 52
Octal 330 310 327 0 7 0 17 460 21 122
Binary 11011000 11001000 11010111 0 111 0 1111 100110000 10001 1010010

Color Harmonies of #D8C8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C8D7

Black with #D8C8D7

Text Example


Text Example

White with #D8C8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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