Html Css Color HEX #D9C1DE Thistle

📋 copy color: '#D9C1DE'

red 217 ◦ green 193 ◦ blue 222

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

Shades of Thistle #D9C1DE

Tints of Thistle #D9C1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.13%

R = 34.34%
G = 30.54%
B = 35.13%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9C1DE (or 0xD9C1DE) is known color: Thistle. HEX triplet: D9, C1 and DE. RGB value is (217,193,222). Sum of RGB (Red+Green+Blue) = 217+193+222=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9C1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1DE is #263E21. Grayscale: #CBCBCB. Windows color (decimal): -2506274 or 14598617. OLE color: 14598617.

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

Color convert

RGB 217 193 222 -
CMYK 0.02 0.13 0 0.13
HSL 289.66º 0.31% 0.81% -
HSV(B) 289.66º 0.13% 0.87% -
XYZ 60.87 58.17 77.13 -
YUV 203.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 217 193 222 0.02 0.13 0 0.13 289.66 0.31 0.81
Hex D9 C1 DE 2 D 0 D 122 1F 51
Octal 331 301 336 2 15 0 15 442 37 121
Binary 11011001 11000001 11011110 10 1101 0 1101 100100010 11111 1010001

Color Harmonies of #D9C1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C1DE

Black with #D9C1DE

Text Example


Text Example

White with #D9C1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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