Html Css Color HEX #D8C7DB Thistle

📋 copy color: '#D8C7DB'

red 216 ◦ green 199 ◦ blue 219

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

Shades of Thistle #D8C7DB

Tints of Thistle #D8C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.39%

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 34.07%
G = 31.39%
B = 34.54%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8C7DB (or 0xD8C7DB) is known color: Thistle. HEX triplet: D8, C7 and DB. RGB value is (216,199,219). Sum of RGB (Red+Green+Blue) = 216+199+219=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C7DB is #273824. Grayscale: #CECECE. Windows color (decimal): -2570277 or 14403544. OLE color: 14403544.

HSL color Cylindrical-coordinate representation of color #D8C7DB: hue angle of 291º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8C7DB is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 199 219 -
CMYK 0.01 0.09 0 0.14
HSL 291º 0.22% 0.82% -
HSV(B) 291º 0.09% 0.86% -
XYZ 61.53 60.56 75.46 -
YUV 206.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 216 199 219 0.01 0.09 0 0.14 291 0.22 0.82
Hex D8 C7 DB 1 9 0 E 123 16 52
Octal 330 307 333 1 11 0 16 443 26 122
Binary 11011000 11000111 11011011 1 1001 0 1110 100100011 10110 1010010

Color Harmonies of #D8C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C7DB

Black with #D8C7DB

Text Example


Text Example

White with #D8C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C7DB; }

 p { color: rgb(216,199,219); }

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

background-color css

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

 a { background-color: rgb(216,199,219); }

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

border-color css

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

 span { border-color: rgb(216,199,219); }

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