Html Css Color HEX #D9C8DC Thistle

📋 copy color: '#D9C8DC'

red 217 ◦ green 200 ◦ blue 220

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

Shades of Thistle #D9C8DC

Tints of Thistle #D9C8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.4%

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

R = 34.07%
G = 31.4%
B = 34.54%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9C8DC (or 0xD9C8DC) is known color: Thistle. HEX triplet: D9, C8 and DC. RGB value is (217,200,220). Sum of RGB (Red+Green+Blue) = 217+200+220=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8DC is #263723. Grayscale: #CFCFCF. Windows color (decimal): -2504484 or 14469337. OLE color: 14469337.

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

Color convert

RGB 217 200 220 -
CMYK 0.01 0.09 0 0.14
HSL 291º 0.22% 0.82% -
HSV(B) 291º 0.09% 0.86% -
XYZ 62.19 61.23 76.25 -
YUV 207.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 217 200 220 0.01 0.09 0 0.14 291 0.22 0.82
Hex D9 C8 DC 1 9 0 E 123 16 52
Octal 331 310 334 1 11 0 16 443 26 122
Binary 11011001 11001000 11011100 1 1001 0 1110 100100011 10110 1010010

Color Harmonies of #D9C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C8DC

Black with #D9C8DC

Text Example


Text Example

White with #D9C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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