Html Css Color HEX #D8C0DB Thistle

📋 copy color: '#D8C0DB'

red 216 ◦ green 192 ◦ blue 219

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

Shades of Thistle #D8C0DB

Tints of Thistle #D8C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.62%

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

R = 34.45%
G = 30.62%
B = 34.93%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8C0DB (or 0xD8C0DB) is known color: Thistle. HEX triplet: D8, C0 and DB. RGB value is (216,192,219). Sum of RGB (Red+Green+Blue) = 216+192+219=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0DB is #273F24. Grayscale: #CACACA. Windows color (decimal): -2572069 or 14401752. OLE color: 14401752.

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

Color convert

RGB 216 192 219 -
CMYK 0.01 0.12 0 0.14
HSL 293.33º 0.27% 0.81% -
HSV(B) 293.33º 0.12% 0.86% -
XYZ 59.95 57.41 74.94 -
YUV 202.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 216 192 219 0.01 0.12 0 0.14 293.33 0.27 0.81
Hex D8 C0 DB 1 C 0 E 125 1B 51
Octal 330 300 333 1 14 0 16 445 33 121
Binary 11011000 11000000 11011011 1 1100 0 1110 100100101 11011 1010001

Color Harmonies of #D8C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C0DB

Black with #D8C0DB

Text Example


Text Example

White with #D8C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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