Html Css Color HEX #D6AFCE French Lilac

📋 copy color: '#D6AFCE'

red 214 ◦ green 175 ◦ blue 206

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

Shades of French Lilac #D6AFCE

Tints of French Lilac #D6AFCE

RGB

 RED value IS 214 (83.98% from 255) = 35.97%

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

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

R = 35.97%
G = 29.41%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6AFCE (or 0xD6AFCE) is known color: French Lilac. HEX triplet: D6, AF and CE. RGB value is (214,175,206). Sum of RGB (Red+Green+Blue) = 214+175+206=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFCE is #295031. Grayscale: #BEBEBE. Windows color (decimal): -2707506 or 13545430. OLE color: 13545430.

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

Color convert

RGB 214 175 206 -
CMYK 0 0.18 0.04 0.16
HSL 312.31º 0.32% 0.76% -
HSV(B) 312.31º 0.18% 0.84% -
XYZ 54.2 49.41 65.07 -
YUV 190.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 214 175 206 0 0.18 0.04 0.16 312.31 0.32 0.76
Hex D6 AF CE 0 12 4 10 138 20 4C
Octal 326 257 316 0 22 4 20 470 40 114
Binary 11010110 10101111 11001110 0 10010 100 10000 100111000 100000 1001100

Color Harmonies of #D6AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFCE

Black with #D6AFCE

Text Example


Text Example

White with #D6AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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