Html Css Color HEX #D6A8CF French Lilac

📋 copy color: '#D6A8CF'

red 214 ◦ green 168 ◦ blue 207

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

Shades of French Lilac #D6A8CF

Tints of French Lilac #D6A8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.52%

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

R = 36.33%
G = 28.52%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6A8CF (or 0xD6A8CF) is known color: French Lilac. HEX triplet: D6, A8 and CF. RGB value is (214,168,207). Sum of RGB (Red+Green+Blue) = 214+168+207=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8CF is #295730. Grayscale: #BABABA. Windows color (decimal): -2709297 or 13609174. OLE color: 13609174.

HSL color Cylindrical-coordinate representation of color #D6A8CF: hue angle of 309.13º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6A8CF is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 168 207 -
CMYK 0 0.21 0.03 0.16
HSL 309.13º 0.36% 0.75% -
HSV(B) 309.13º 0.21% 0.84% -
XYZ 53 46.81 65.27 -
YUV 186.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 214 168 207 0 0.21 0.03 0.16 309.13 0.36 0.75
Hex D6 A8 CF 0 15 3 10 135 24 4B
Octal 326 250 317 0 25 3 20 465 44 113
Binary 11010110 10101000 11001111 0 10101 11 10000 100110101 100100 1001011

Color Harmonies of #D6A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A8CF

Black with #D6A8CF

Text Example


Text Example

White with #D6A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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