Html Css Color HEX #D9C9DC Thistle

📋 copy color: '#D9C9DC'

red 217 ◦ green 201 ◦ blue 220

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

Shades of Thistle #D9C9DC

Tints of Thistle #D9C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.5%

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

R = 34.01%
G = 31.5%
B = 34.48%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9C9DC (or 0xD9C9DC) is known color: Thistle. HEX triplet: D9, C9 and DC. RGB value is (217,201,220). Sum of RGB (Red+Green+Blue) = 217+201+220=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9DC is #263623. Grayscale: #CFCFCF. Windows color (decimal): -2504228 or 14469593. OLE color: 14469593.

HSL color Cylindrical-coordinate representation of color #D9C9DC: hue angle of 290.53º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9C9DC is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 201 220 -
CMYK 0.01 0.09 0 0.14
HSL 290.53º 0.21% 0.83% -
HSV(B) 290.53º 0.09% 0.86% -
XYZ 62.42 61.69 76.33 -
YUV 207.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 217 201 220 0.01 0.09 0 0.14 290.53 0.21 0.83
Hex D9 C9 DC 1 9 0 E 123 15 53
Octal 331 311 334 1 11 0 16 443 25 123
Binary 11011001 11001001 11011100 1 1001 0 1110 100100011 10101 1010011

Color Harmonies of #D9C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C9DC

Black with #D9C9DC

Text Example


Text Example

White with #D9C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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