Html Css Color HEX #D4C7D1 French Lilac

📋 copy color: '#D4C7D1'

red 212 ◦ green 199 ◦ blue 209

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

Shades of French Lilac #D4C7D1

Tints of French Lilac #D4C7D1

RGB

 RED value IS 212 (83.2% from 255) = 34.19%

 GREEN value IS 199 (78.13% from 255) = 32.1%

 BLUE value IS 209 (82.03% from 255) = 33.71%

R = 34.19%
G = 32.1%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D4C7D1 (or 0xD4C7D1) is known color: French Lilac. HEX triplet: D4, C7 and D1. RGB value is (212,199,209). Sum of RGB (Red+Green+Blue) = 212+199+209=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C7D1 is #2B382E. Grayscale: #CCCCCC. Windows color (decimal): -2832431 or 13748180. OLE color: 13748180.

HSL color Cylindrical-coordinate representation of color #D4C7D1: hue angle of 313.85º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4C7D1 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 199 209 -
CMYK 0 0.06 0.01 0.17
HSL 313.85º 0.13% 0.81% -
HSV(B) 313.85º 0.06% 0.83% -
XYZ 59.08 59.45 68.68 -
YUV 204.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 212 199 209 0 0.06 0.01 0.17 313.85 0.13 0.81
Hex D4 C7 D1 0 6 1 11 13A D 51
Octal 324 307 321 0 6 1 21 472 15 121
Binary 11010100 11000111 11010001 0 110 1 10001 100111010 1101 1010001

Color Harmonies of #D4C7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C7D1

Black with #D4C7D1

Text Example


Text Example

White with #D4C7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C7D1; }

 p { color: rgb(212,199,209); }

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

background-color css

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

 a { background-color: rgb(212,199,209); }

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

border-color css

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

 span { border-color: rgb(212,199,209); }

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