Html Css Color HEX #D5C7D2 French Lilac

📋 copy color: '#D5C7D2'

red 213 ◦ green 199 ◦ blue 210

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

Shades of French Lilac #D5C7D2

Tints of French Lilac #D5C7D2

RGB

 RED value IS 213 (83.59% from 255) = 34.24%

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

 BLUE value IS 210 (82.42% from 255) = 33.76%

R = 34.24%
G = 31.99%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D5C7D2 (or 0xD5C7D2) is known color: French Lilac. HEX triplet: D5, C7 and D2. RGB value is (213,199,210). Sum of RGB (Red+Green+Blue) = 213+199+210=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7D2 is #2A382D. Grayscale: #CCCCCC. Windows color (decimal): -2766894 or 13813717. OLE color: 13813717.

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

Color convert

RGB 213 199 210 -
CMYK 0 0.07 0.01 0.16
HSL 312.86º 0.14% 0.81% -
HSV(B) 312.86º 0.07% 0.84% -
XYZ 59.5 59.65 69.35 -
YUV 204.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 213 199 210 0 0.07 0.01 0.16 312.86 0.14 0.81
Hex D5 C7 D2 0 7 1 10 139 E 51
Octal 325 307 322 0 7 1 20 471 16 121
Binary 11010101 11000111 11010010 0 111 1 10000 100111001 1110 1010001

Color Harmonies of #D5C7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C7D2

Black with #D5C7D2

Text Example


Text Example

White with #D5C7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C7D2; }

 p { color: rgb(213,199,210); }

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

background-color css

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

 a { background-color: rgb(213,199,210); }

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

border-color css

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

 span { border-color: rgb(213,199,210); }

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