Html Css Color HEX #D9A9CC French Lilac

📋 copy color: '#D9A9CC'

red 217 ◦ green 169 ◦ blue 204

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

Shades of French Lilac #D9A9CC

Tints of French Lilac #D9A9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.64%

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

R = 36.78%
G = 28.64%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9A9CC (or 0xD9A9CC) is known color: French Lilac. HEX triplet: D9, A9 and CC. RGB value is (217,169,204). Sum of RGB (Red+Green+Blue) = 217+169+204=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9CC is #265633. Grayscale: #BBBBBB. Windows color (decimal): -2512436 or 13412825. OLE color: 13412825.

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

Color convert

RGB 217 169 204 -
CMYK 0 0.22 0.06 0.15
HSL 316.25º 0.39% 0.76% -
HSV(B) 316.25º 0.22% 0.85% -
XYZ 53.7 47.49 63.46 -
YUV 187.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 217 169 204 0 0.22 0.06 0.15 316.25 0.39 0.76
Hex D9 A9 CC 0 16 6 F 13C 27 4C
Octal 331 251 314 0 26 6 17 474 47 114
Binary 11011001 10101001 11001100 0 10110 110 1111 100111100 100111 1001100

Color Harmonies of #D9A9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A9CC

Black with #D9A9CC

Text Example


Text Example

White with #D9A9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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