Html Css Color HEX #D9C4D5 French Lilac

📋 copy color: '#D9C4D5'

red 217 ◦ green 196 ◦ blue 213

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

Shades of French Lilac #D9C4D5

Tints of French Lilac #D9C4D5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.31%

 BLUE value IS 213 (83.59% from 255) = 34.03%

R = 34.66%
G = 31.31%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D9C4D5 (or 0xD9C4D5) is known color: French Lilac. HEX triplet: D9, C4 and D5. RGB value is (217,196,213). Sum of RGB (Red+Green+Blue) = 217+196+213=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4D5 is #263B2A. Grayscale: #CCCCCC. Windows color (decimal): -2505515 or 14009561. OLE color: 14009561.

HSL color Cylindrical-coordinate representation of color #D9C4D5: hue angle of 311.43º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C4D5 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 196 213 -
CMYK 0 0.10 0.02 0.15
HSL 311.43º 0.22% 0.81% -
HSV(B) 311.43º 0.1% 0.85% -
XYZ 60.37 59.04 71.16 -
YUV 204.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 217 196 213 0 0.10 0.02 0.15 311.43 0.22 0.81
Hex D9 C4 D5 0 A 2 F 137 16 51
Octal 331 304 325 0 12 2 17 467 26 121
Binary 11011001 11000100 11010101 0 1010 10 1111 100110111 10110 1010001

Color Harmonies of #D9C4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4D5

Black with #D9C4D5

Text Example


Text Example

White with #D9C4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4D5; }

 p { color: rgb(217,196,213); }

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

background-color css

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

 a { background-color: rgb(217,196,213); }

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

border-color css

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

 span { border-color: rgb(217,196,213); }

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