Html Css Color HEX #D9C1DF Thistle

📋 copy color: '#D9C1DF'

red 217 ◦ green 193 ◦ blue 223

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

Shades of Thistle #D9C1DF

Tints of Thistle #D9C1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.23%

R = 34.28%
G = 30.49%
B = 35.23%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9C1DF (or 0xD9C1DF) is known color: Thistle. HEX triplet: D9, C1 and DF. RGB value is (217,193,223). Sum of RGB (Red+Green+Blue) = 217+193+223=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1DF is #263E20. Grayscale: #CBCBCB. Windows color (decimal): -2506273 or 14664153. OLE color: 14664153.

HSL color Cylindrical-coordinate representation of color #D9C1DF: hue angle of 288º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C1DF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 193 223 -
CMYK 0.03 0.13 0 0.13
HSL 288º 0.32% 0.82% -
HSV(B) 288º 0.13% 0.87% -
XYZ 61 58.22 77.83 -
YUV 203.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 217 193 223 0.03 0.13 0 0.13 288 0.32 0.82
Hex D9 C1 DF 3 D 0 D 120 20 52
Octal 331 301 337 3 15 0 15 440 40 122
Binary 11011001 11000001 11011111 11 1101 0 1101 100100000 100000 1010010

Color Harmonies of #D9C1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C1DF

Black with #D9C1DF

Text Example


Text Example

White with #D9C1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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