Html Css Color HEX #D9A8CC French Lilac

📋 copy color: '#D9A8CC'

red 217 ◦ green 168 ◦ blue 204

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

Shades of French Lilac #D9A8CC

Tints of French Lilac #D9A8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.52%

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

R = 36.84%
G = 28.52%
B = 34.63%

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

#D9A8CC (or 0xD9A8CC) is known color: French Lilac. HEX triplet: D9, A8 and CC. RGB value is (217,168,204). Sum of RGB (Red+Green+Blue) = 217+168+204=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8CC is #265733. Grayscale: #BABABA. Windows color (decimal): -2512692 or 13412569. OLE color: 13412569.

HSL color Cylindrical-coordinate representation of color #D9A8CC: hue angle of 315.92º degrees, saturation: 0.39, 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 #D9A8CC is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 204 -
CMYK 0 0.23 0.06 0.15
HSL 315.92º 0.39% 0.75% -
HSV(B) 315.92º 0.23% 0.85% -
XYZ 53.52 47.12 63.4 -
YUV 186.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 217 168 204 0 0.23 0.06 0.15 315.92 0.39 0.75
Hex D9 A8 CC 0 17 6 F 13C 27 4B
Octal 331 250 314 0 27 6 17 474 47 113
Binary 11011001 10101000 11001100 0 10111 110 1111 100111100 100111 1001011

Color Harmonies of #D9A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8CC

Black with #D9A8CC

Text Example


Text Example

White with #D9A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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