Html Css Color HEX #D9C0D7 Thistle

📋 copy color: '#D9C0D7'

red 217 ◦ green 192 ◦ blue 215

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

Shades of Thistle #D9C0D7

Tints of Thistle #D9C0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.46%

R = 34.78%
G = 30.77%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9C0D7 (or 0xD9C0D7) is known color: Thistle. HEX triplet: D9, C0 and D7. RGB value is (217,192,215). Sum of RGB (Red+Green+Blue) = 217+192+215=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0D7 is #263F28. Grayscale: #CACACA. Windows color (decimal): -2506537 or 14139609. OLE color: 14139609.

HSL color Cylindrical-coordinate representation of color #D9C0D7: hue angle of 304.8º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C0D7 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 192 215 -
CMYK 0 0.12 0.01 0.15
HSL 304.8º 0.25% 0.8% -
HSV(B) 304.8º 0.12% 0.85% -
XYZ 59.73 57.36 72.21 -
YUV 202.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 217 192 215 0 0.12 0.01 0.15 304.8 0.25 0.8
Hex D9 C0 D7 0 C 1 F 131 19 50
Octal 331 300 327 0 14 1 17 461 31 120
Binary 11011001 11000000 11010111 0 1100 1 1111 100110001 11001 1010000

Color Harmonies of #D9C0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0D7

Black with #D9C0D7

Text Example


Text Example

White with #D9C0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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