Html Css Color HEX #D9ACCF French Lilac

📋 copy color: '#D9ACCF'

red 217 ◦ green 172 ◦ blue 207

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

Shades of French Lilac #D9ACCF

Tints of French Lilac #D9ACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.86%

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 36.41%
G = 28.86%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D9ACCF (or 0xD9ACCF) is known color: French Lilac. HEX triplet: D9, AC and CF. RGB value is (217,172,207). Sum of RGB (Red+Green+Blue) = 217+172+207=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACCF is #265330. Grayscale: #BDBDBD. Windows color (decimal): -2511665 or 13610201. OLE color: 13610201.

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

Color convert

RGB 217 172 207 -
CMYK 0 0.21 0.05 0.15
HSL 313.33º 0.37% 0.76% -
HSV(B) 313.33º 0.21% 0.85% -
XYZ 54.63 48.76 65.56 -
YUV 189.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 217 172 207 0 0.21 0.05 0.15 313.33 0.37 0.76
Hex D9 AC CF 0 15 5 F 139 25 4C
Octal 331 254 317 0 25 5 17 471 45 114
Binary 11011001 10101100 11001111 0 10101 101 1111 100111001 100101 1001100

Color Harmonies of #D9ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACCF

Black with #D9ACCF

Text Example


Text Example

White with #D9ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACCF; }

 p { color: rgb(217,172,207); }

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

background-color css

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

 a { background-color: rgb(217,172,207); }

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

border-color css

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

 span { border-color: rgb(217,172,207); }

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