Html Css Color HEX #D7AFCE French Lilac

📋 copy color: '#D7AFCE'

red 215 ◦ green 175 ◦ blue 206

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

Shades of French Lilac #D7AFCE

Tints of French Lilac #D7AFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.36%

 BLUE value IS 206 (80.86% from 255) = 34.56%

R = 36.07%
G = 29.36%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7AFCE (or 0xD7AFCE) is known color: French Lilac. HEX triplet: D7, AF and CE. RGB value is (215,175,206). Sum of RGB (Red+Green+Blue) = 215+175+206=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFCE is #285031. Grayscale: #BEBEBE. Windows color (decimal): -2641970 or 13545431. OLE color: 13545431.

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

Color convert

RGB 215 175 206 -
CMYK 0 0.19 0.04 0.16
HSL 313.5º 0.33% 0.76% -
HSV(B) 313.5º 0.19% 0.84% -
XYZ 54.49 49.56 65.09 -
YUV 190.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 215 175 206 0 0.19 0.04 0.16 313.5 0.33 0.76
Hex D7 AF CE 0 13 4 10 13A 21 4C
Octal 327 257 316 0 23 4 20 472 41 114
Binary 11010111 10101111 11001110 0 10011 100 10000 100111010 100001 1001100

Color Harmonies of #D7AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFCE

Black with #D7AFCE

Text Example


Text Example

White with #D7AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFCE; }

 p { color: rgb(215,175,206); }

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

background-color css

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

 a { background-color: rgb(215,175,206); }

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

border-color css

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

 span { border-color: rgb(215,175,206); }

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