Html Css Color HEX #D8C0DF Thistle

📋 copy color: '#D8C0DF'

red 216 ◦ green 192 ◦ blue 223

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

Shades of Thistle #D8C0DF

Tints of Thistle #D8C0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 34.23%
G = 30.43%
B = 35.34%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8C0DF (or 0xD8C0DF) is known color: Thistle. HEX triplet: D8, C0 and DF. RGB value is (216,192,223). Sum of RGB (Red+Green+Blue) = 216+192+223=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0DF is #273F20. Grayscale: #CACACA. Windows color (decimal): -2572065 or 14663896. OLE color: 14663896.

HSL color Cylindrical-coordinate representation of color #D8C0DF: hue angle of 286.45º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8C0DF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 192 223 -
CMYK 0.03 0.14 0 0.13
HSL 286.45º 0.33% 0.81% -
HSV(B) 286.45º 0.14% 0.87% -
XYZ 60.49 57.63 77.75 -
YUV 202.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 216 192 223 0.03 0.14 0 0.13 286.45 0.33 0.81
Hex D8 C0 DF 3 E 0 D 11E 21 51
Octal 330 300 337 3 16 0 15 436 41 121
Binary 11011000 11000000 11011111 11 1110 0 1101 100011110 100001 1010001

Color Harmonies of #D8C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C0DF

Black with #D8C0DF

Text Example


Text Example

White with #D8C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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