Html Css Color HEX #D9A7CC French Lilac

📋 copy color: '#D9A7CC'

red 217 ◦ green 167 ◦ blue 204

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

Shades of French Lilac #D9A7CC

Tints of French Lilac #D9A7CC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.4%

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 36.9%
G = 28.4%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9A7CC (or 0xD9A7CC) is known color: French Lilac. HEX triplet: D9, A7 and CC. RGB value is (217,167,204). Sum of RGB (Red+Green+Blue) = 217+167+204=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A7CC is #265833. Grayscale: #BABABA. Windows color (decimal): -2512948 or 13412313. OLE color: 13412313.

HSL color Cylindrical-coordinate representation of color #D9A7CC: hue angle of 315.6º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9A7CC is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 167 204 -
CMYK 0 0.23 0.06 0.15
HSL 315.6º 0.4% 0.75% -
HSV(B) 315.6º 0.23% 0.85% -
XYZ 53.33 46.75 63.34 -
YUV 186.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 217 167 204 0 0.23 0.06 0.15 315.6 0.4 0.75
Hex D9 A7 CC 0 17 6 F 13C 28 4B
Octal 331 247 314 0 27 6 17 474 50 113
Binary 11011001 10100111 11001100 0 10111 110 1111 100111100 101000 1001011

Color Harmonies of #D9A7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A7CC

Black with #D9A7CC

Text Example


Text Example

White with #D9A7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A7CC; }

 p { color: rgb(217,167,204); }

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

background-color css

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

 a { background-color: rgb(217,167,204); }

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

border-color css

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

 span { border-color: rgb(217,167,204); }

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