Html Css Color HEX #D9C4DC Thistle

📋 copy color: '#D9C4DC'

red 217 ◦ green 196 ◦ blue 220

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

Shades of Thistle #D9C4DC

Tints of Thistle #D9C4DC

RGB

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

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

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

R = 34.28%
G = 30.96%
B = 34.76%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9C4DC (or 0xD9C4DC) is known color: Thistle. HEX triplet: D9, C4 and DC. RGB value is (217,196,220). Sum of RGB (Red+Green+Blue) = 217+196+220=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4DC is #263B23. Grayscale: #CCCCCC. Windows color (decimal): -2505508 or 14468313. OLE color: 14468313.

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

Color convert

RGB 217 196 220 -
CMYK 0.01 0.11 0 0.14
HSL 292.5º 0.26% 0.82% -
HSV(B) 292.5º 0.11% 0.86% -
XYZ 61.27 59.4 75.95 -
YUV 205.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 217 196 220 0.01 0.11 0 0.14 292.5 0.26 0.82
Hex D9 C4 DC 1 B 0 E 124 1A 52
Octal 331 304 334 1 13 0 16 444 32 122
Binary 11011001 11000100 11011100 1 1011 0 1110 100100100 11010 1010010

Color Harmonies of #D9C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4DC

Black with #D9C4DC

Text Example


Text Example

White with #D9C4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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