Html Css Color HEX #D6ACCF French Lilac

📋 copy color: '#D6ACCF'

red 214 ◦ green 172 ◦ blue 207

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

Shades of French Lilac #D6ACCF

Tints of French Lilac #D6ACCF

RGB

 RED value IS 214 (83.98% from 255) = 36.09%

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

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

R = 36.09%
G = 29.01%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6ACCF (or 0xD6ACCF) is known color: French Lilac. HEX triplet: D6, AC and CF. RGB value is (214,172,207). Sum of RGB (Red+Green+Blue) = 214+172+207=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACCF is #295330. Grayscale: #BCBCBC. Windows color (decimal): -2708273 or 13610198. OLE color: 13610198.

HSL color Cylindrical-coordinate representation of color #D6ACCF: hue angle of 310º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACCF is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 172 207 -
CMYK 0 0.20 0.03 0.16
HSL 310º 0.34% 0.76% -
HSV(B) 310º 0.2% 0.84% -
XYZ 53.75 48.31 65.52 -
YUV 188.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 214 172 207 0 0.20 0.03 0.16 310 0.34 0.76
Hex D6 AC CF 0 14 3 10 136 22 4C
Octal 326 254 317 0 24 3 20 466 42 114
Binary 11010110 10101100 11001111 0 10100 11 10000 100110110 100010 1001100

Color Harmonies of #D6ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACCF

Black with #D6ACCF

Text Example


Text Example

White with #D6ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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