Html Css Color HEX #D9C5DC Thistle

📋 copy color: '#D9C5DC'

red 217 ◦ green 197 ◦ blue 220

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

Shades of Thistle #D9C5DC

Tints of Thistle #D9C5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.07%

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

R = 34.23%
G = 31.07%
B = 34.7%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9C5DC (or 0xD9C5DC) is known color: Thistle. HEX triplet: D9, C5 and DC. RGB value is (217,197,220). Sum of RGB (Red+Green+Blue) = 217+197+220=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5DC is #263A23. Grayscale: #CDCDCD. Windows color (decimal): -2505252 or 14468569. OLE color: 14468569.

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

Color convert

RGB 217 197 220 -
CMYK 0.01 0.10 0 0.14
HSL 292.17º 0.25% 0.82% -
HSV(B) 292.17º 0.1% 0.86% -
XYZ 61.5 59.85 76.02 -
YUV 205.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 217 197 220 0.01 0.10 0 0.14 292.17 0.25 0.82
Hex D9 C5 DC 1 A 0 E 124 19 52
Octal 331 305 334 1 12 0 16 444 31 122
Binary 11011001 11000101 11011100 1 1010 0 1110 100100100 11001 1010010

Color Harmonies of #D9C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C5DC

Black with #D9C5DC

Text Example


Text Example

White with #D9C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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