Html Css Color HEX #D9C0DC Thistle

📋 copy color: '#D9C0DC'

red 217 ◦ green 192 ◦ blue 220

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

Shades of Thistle #D9C0DC

Tints of Thistle #D9C0DC

RGB

 RED value IS 217 (85.16% from 255) = 34.5%

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

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 34.5%
G = 30.52%
B = 34.98%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9C0DC (or 0xD9C0DC) is known color: Thistle. HEX triplet: D9, C0 and DC. RGB value is (217,192,220). Sum of RGB (Red+Green+Blue) = 217+192+220=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0DC is #263F23. Grayscale: #CACACA. Windows color (decimal): -2506532 or 14467289. OLE color: 14467289.

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

Color convert

RGB 217 192 220 -
CMYK 0.01 0.13 0 0.14
HSL 293.57º 0.29% 0.81% -
HSV(B) 293.57º 0.13% 0.86% -
XYZ 60.38 57.62 75.65 -
YUV 202.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 217 192 220 0.01 0.13 0 0.14 293.57 0.29 0.81
Hex D9 C0 DC 1 D 0 E 126 1D 51
Octal 331 300 334 1 15 0 16 446 35 121
Binary 11011001 11000000 11011100 1 1101 0 1110 100100110 11101 1010001

Color Harmonies of #D9C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0DC

Black with #D9C0DC

Text Example


Text Example

White with #D9C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0DC; }

 p { color: rgb(217,192,220); }

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

background-color css

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

 a { background-color: rgb(217,192,220); }

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

border-color css

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

 span { border-color: rgb(217,192,220); }

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