Html Css Color HEX #D9C1DC Thistle

📋 copy color: '#D9C1DC'

red 217 ◦ green 193 ◦ blue 220

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

Shades of Thistle #D9C1DC

Tints of Thistle #D9C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.63%

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

R = 34.44%
G = 30.63%
B = 34.92%

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

#D9C1DC (or 0xD9C1DC) is known color: Thistle. HEX triplet: D9, C1 and DC. RGB value is (217,193,220). Sum of RGB (Red+Green+Blue) = 217+193+220=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1DC is #263E23. Grayscale: #CBCBCB. Windows color (decimal): -2506276 or 14467545. OLE color: 14467545.

HSL color Cylindrical-coordinate representation of color #D9C1DC: hue angle of 293.33º degrees, saturation: 0.28, 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 #D9C1DC is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 193 220 -
CMYK 0.01 0.12 0 0.14
HSL 293.33º 0.28% 0.81% -
HSV(B) 293.33º 0.12% 0.86% -
XYZ 60.6 58.06 75.72 -
YUV 203.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 217 193 220 0.01 0.12 0 0.14 293.33 0.28 0.81
Hex D9 C1 DC 1 C 0 E 125 1C 51
Octal 331 301 334 1 14 0 16 445 34 121
Binary 11011001 11000001 11011100 1 1100 0 1110 100100101 11100 1010001

Color Harmonies of #D9C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C1DC

Black with #D9C1DC

Text Example


Text Example

White with #D9C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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