Html Css Color HEX #D7C4D3 French Lilac

📋 copy color: '#D7C4D3'

red 215 ◦ green 196 ◦ blue 211

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

Shades of French Lilac #D7C4D3

Tints of French Lilac #D7C4D3

RGB

 RED value IS 215 (84.38% from 255) = 34.57%

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

 BLUE value IS 211 (82.81% from 255) = 33.92%

R = 34.57%
G = 31.51%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D7C4D3 (or 0xD7C4D3) is known color: French Lilac. HEX triplet: D7, C4 and D3. RGB value is (215,196,211). Sum of RGB (Red+Green+Blue) = 215+196+211=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C4D3 is #283B2C. Grayscale: #CBCBCB. Windows color (decimal): -2636589 or 13878487. OLE color: 13878487.

HSL color Cylindrical-coordinate representation of color #D7C4D3: hue angle of 312.63º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C4D3 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 196 211 -
CMYK 0 0.09 0.02 0.16
HSL 312.63º 0.19% 0.81% -
HSV(B) 312.63º 0.09% 0.84% -
XYZ 59.52 58.63 69.81 -
YUV 203.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 215 196 211 0 0.09 0.02 0.16 312.63 0.19 0.81
Hex D7 C4 D3 0 9 2 10 139 13 51
Octal 327 304 323 0 11 2 20 471 23 121
Binary 11010111 11000100 11010011 0 1001 10 10000 100111001 10011 1010001

Color Harmonies of #D7C4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C4D3

Black with #D7C4D3

Text Example


Text Example

White with #D7C4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C4D3; }

 p { color: rgb(215,196,211); }

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

background-color css

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

 a { background-color: rgb(215,196,211); }

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

border-color css

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

 span { border-color: rgb(215,196,211); }

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