Html Css Color HEX #D8C5DB Thistle

📋 copy color: '#D8C5DB'

red 216 ◦ green 197 ◦ blue 219

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

Shades of Thistle #D8C5DB

Tints of Thistle #D8C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.17%

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

R = 34.18%
G = 31.17%
B = 34.65%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8C5DB (or 0xD8C5DB) is known color: Thistle. HEX triplet: D8, C5 and DB. RGB value is (216,197,219). Sum of RGB (Red+Green+Blue) = 216+197+219=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5DB is #273A24. Grayscale: #CDCDCD. Windows color (decimal): -2570789 or 14403032. OLE color: 14403032.

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

Color convert

RGB 216 197 219 -
CMYK 0.01 0.10 0 0.14
HSL 291.82º 0.23% 0.82% -
HSV(B) 291.82º 0.1% 0.86% -
XYZ 61.07 59.65 75.31 -
YUV 205.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 216 197 219 0.01 0.10 0 0.14 291.82 0.23 0.82
Hex D8 C5 DB 1 A 0 E 124 17 52
Octal 330 305 333 1 12 0 16 444 27 122
Binary 11011000 11000101 11011011 1 1010 0 1110 100100100 10111 1010010

Color Harmonies of #D8C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C5DB

Black with #D8C5DB

Text Example


Text Example

White with #D8C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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