Html Css Color HEX #D9C6DD Thistle

📋 copy color: '#D9C6DD'

red 217 ◦ green 198 ◦ blue 221

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

Shades of Thistle #D9C6DD

Tints of Thistle #D9C6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.13%

 BLUE value IS 221 (86.72% from 255) = 34.75%

R = 34.12%
G = 31.13%
B = 34.75%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9C6DD (or 0xD9C6DD) is known color: Thistle. HEX triplet: D9, C6 and DD. RGB value is (217,198,221). Sum of RGB (Red+Green+Blue) = 217+198+221=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6DD is #263922. Grayscale: #CECECE. Windows color (decimal): -2504995 or 14534361. OLE color: 14534361.

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

Color convert

RGB 217 198 221 -
CMYK 0.02 0.10 0 0.13
HSL 289.57º 0.25% 0.82% -
HSV(B) 289.57º 0.1% 0.87% -
XYZ 61.86 60.36 76.8 -
YUV 206.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 217 198 221 0.02 0.10 0 0.13 289.57 0.25 0.82
Hex D9 C6 DD 2 A 0 D 122 19 52
Octal 331 306 335 2 12 0 15 442 31 122
Binary 11011001 11000110 11011101 10 1010 0 1101 100100010 11001 1010010

Color Harmonies of #D9C6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C6DD

Black with #D9C6DD

Text Example


Text Example

White with #D9C6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C6DD; }

 p { color: rgb(217,198,221); }

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

background-color css

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

 a { background-color: rgb(217,198,221); }

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

border-color css

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

 span { border-color: rgb(217,198,221); }

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