Html Css Color HEX #D8ACCF French Lilac

📋 copy color: '#D8ACCF'

red 216 ◦ green 172 ◦ blue 207

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

Shades of French Lilac #D8ACCF

Tints of French Lilac #D8ACCF

RGB

 RED value IS 216 (84.77% from 255) = 36.3%

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

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

R = 36.3%
G = 28.91%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8ACCF (or 0xD8ACCF) is known color: French Lilac. HEX triplet: D8, AC and CF. RGB value is (216,172,207). Sum of RGB (Red+Green+Blue) = 216+172+207=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACCF is #275330. Grayscale: #BDBDBD. Windows color (decimal): -2577201 or 13610200. OLE color: 13610200.

HSL color Cylindrical-coordinate representation of color #D8ACCF: hue angle of 312.27º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACCF is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 207 -
CMYK 0 0.20 0.04 0.15
HSL 312.27º 0.36% 0.76% -
HSV(B) 312.27º 0.2% 0.85% -
XYZ 54.33 48.61 65.55 -
YUV 189.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 216 172 207 0 0.20 0.04 0.15 312.27 0.36 0.76
Hex D8 AC CF 0 14 4 F 138 24 4C
Octal 330 254 317 0 24 4 17 470 44 114
Binary 11011000 10101100 11001111 0 10100 100 1111 100111000 100100 1001100

Color Harmonies of #D8ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACCF

Black with #D8ACCF

Text Example


Text Example

White with #D8ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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