Html Css Color HEX #D9C4D6 Thistle

📋 copy color: '#D9C4D6'

red 217 ◦ green 196 ◦ blue 214

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

Shades of Thistle #D9C4D6

Tints of Thistle #D9C4D6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.26%

 BLUE value IS 214 (83.98% from 255) = 34.13%

R = 34.61%
G = 31.26%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9C4D6 (or 0xD9C4D6) is known color: Thistle. HEX triplet: D9, C4 and D6. RGB value is (217,196,214). Sum of RGB (Red+Green+Blue) = 217+196+214=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4D6 is #263B29. Grayscale: #CCCCCC. Windows color (decimal): -2505514 or 14075097. OLE color: 14075097.

HSL color Cylindrical-coordinate representation of color #D9C4D6: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C4D6 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 196 214 -
CMYK 0 0.10 0.01 0.15
HSL 308.57º 0.22% 0.81% -
HSV(B) 308.57º 0.1% 0.85% -
XYZ 60.49 59.09 71.83 -
YUV 204.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 217 196 214 0 0.10 0.01 0.15 308.57 0.22 0.81
Hex D9 C4 D6 0 A 1 F 135 16 51
Octal 331 304 326 0 12 1 17 465 26 121
Binary 11011001 11000100 11010110 0 1010 1 1111 100110101 10110 1010001

Color Harmonies of #D9C4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4D6

Black with #D9C4D6

Text Example


Text Example

White with #D9C4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4D6; }

 p { color: rgb(217,196,214); }

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

background-color css

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

 a { background-color: rgb(217,196,214); }

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

border-color css

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

 span { border-color: rgb(217,196,214); }

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