Html Css Color HEX #D7AFCD French Lilac

📋 copy color: '#D7AFCD'

red 215 ◦ green 175 ◦ blue 205

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

Shades of French Lilac #D7AFCD

Tints of French Lilac #D7AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 36.13%
G = 29.41%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D7AFCD (or 0xD7AFCD) is known color: French Lilac. HEX triplet: D7, AF and CD. RGB value is (215,175,205). Sum of RGB (Red+Green+Blue) = 215+175+205=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFCD is #285032. Grayscale: #BEBEBE. Windows color (decimal): -2641971 or 13479895. OLE color: 13479895.

HSL color Cylindrical-coordinate representation of color #D7AFCD: hue angle of 315º 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 #D7AFCD is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 205 -
CMYK 0 0.19 0.05 0.16
HSL 315º 0.33% 0.76% -
HSV(B) 315º 0.19% 0.84% -
XYZ 54.37 49.51 64.45 -
YUV 190.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 215 175 205 0 0.19 0.05 0.16 315 0.33 0.76
Hex D7 AF CD 0 13 5 10 13B 21 4C
Octal 327 257 315 0 23 5 20 473 41 114
Binary 11010111 10101111 11001101 0 10011 101 10000 100111011 100001 1001100

Color Harmonies of #D7AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFCD

Black with #D7AFCD

Text Example


Text Example

White with #D7AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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