Html Css Color HEX #D8D0D7 Thistle

📋 copy color: '#D8D0D7'

red 216 ◦ green 208 ◦ blue 215

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

Shades of Thistle #D8D0D7

Tints of Thistle #D8D0D7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.55%

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

R = 33.8%
G = 32.55%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D8D0D7 (or 0xD8D0D7) is known color: Thistle. HEX triplet: D8, D0 and D7. RGB value is (216,208,215). Sum of RGB (Red+Green+Blue) = 216+208+215=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0D7 is #272F28. Grayscale: #D3D3D3. Windows color (decimal): -2567977 or 14143704. OLE color: 14143704.

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

Color convert

RGB 216 208 215 -
CMYK 0 0.04 0.00 0.15
HSL 307.5º 0.09% 0.83% -
HSV(B) 307.5º 0.04% 0.85% -
XYZ 63.14 64.62 73.43 -
YUV 211.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 216 208 215 0 0.04 0.00 0.15 307.5 0.09 0.83
Hex D8 D0 D7 0 4 0 F 134 9 53
Octal 330 320 327 0 4 0 17 464 11 123
Binary 11011000 11010000 11010111 0 100 0 1111 100110100 1001 1010011

Color Harmonies of #D8D0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D0D7

Black with #D8D0D7

Text Example


Text Example

White with #D8D0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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