Html Css Color HEX #D6AFCF French Lilac

📋 copy color: '#D6AFCF'

red 214 ◦ green 175 ◦ blue 207

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

Shades of French Lilac #D6AFCF

Tints of French Lilac #D6AFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 35.91%
G = 29.36%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6AFCF (or 0xD6AFCF) is known color: French Lilac. HEX triplet: D6, AF and CF. RGB value is (214,175,207). Sum of RGB (Red+Green+Blue) = 214+175+207=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFCF is #295030. Grayscale: #BEBEBE. Windows color (decimal): -2707505 or 13610966. OLE color: 13610966.

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

Color convert

RGB 214 175 207 -
CMYK 0 0.18 0.03 0.16
HSL 310.77º 0.32% 0.76% -
HSV(B) 310.77º 0.18% 0.84% -
XYZ 54.32 49.46 65.72 -
YUV 190.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 214 175 207 0 0.18 0.03 0.16 310.77 0.32 0.76
Hex D6 AF CF 0 12 3 10 137 20 4C
Octal 326 257 317 0 22 3 20 467 40 114
Binary 11010110 10101111 11001111 0 10010 11 10000 100110111 100000 1001100

Color Harmonies of #D6AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFCF

Black with #D6AFCF

Text Example


Text Example

White with #D6AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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