Html Css Color HEX #D9C1E1 Thistle

📋 copy color: '#D9C1E1'

red 217 ◦ green 193 ◦ blue 225

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

Shades of Thistle #D9C1E1

Tints of Thistle #D9C1E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.43%

R = 34.17%
G = 30.39%
B = 35.43%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9C1E1 (or 0xD9C1E1) is known color: Thistle. HEX triplet: D9, C1 and E1. RGB value is (217,193,225). Sum of RGB (Red+Green+Blue) = 217+193+225=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9C1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1E1 is #263E1E. Grayscale: #CBCBCB. Windows color (decimal): -2506271 or 14795225. OLE color: 14795225.

HSL color Cylindrical-coordinate representation of color #D9C1E1: hue angle of 285º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C1E1 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 193 225 -
CMYK 0.04 0.14 0 0.12
HSL 285º 0.35% 0.82% -
HSV(B) 285º 0.14% 0.88% -
XYZ 61.28 58.33 79.26 -
YUV 203.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 217 193 225 0.04 0.14 0 0.12 285 0.35 0.82
Hex D9 C1 E1 4 E 0 C 11D 23 52
Octal 331 301 341 4 16 0 14 435 43 122
Binary 11011001 11000001 11100001 100 1110 0 1100 100011101 100011 1010010

Color Harmonies of #D9C1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C1E1

Black with #D9C1E1

Text Example


Text Example

White with #D9C1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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