Html Css Color HEX #D8AECF French Lilac

📋 copy color: '#D8AECF'

red 216 ◦ green 174 ◦ blue 207

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

Shades of French Lilac #D8AECF

Tints of French Lilac #D8AECF

RGB

 RED value IS 216 (84.77% from 255) = 36.18%

 GREEN value IS 174 (68.36% from 255) = 29.15%

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

R = 36.18%
G = 29.15%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8AECF (or 0xD8AECF) is known color: French Lilac. HEX triplet: D8, AE and CF. RGB value is (216,174,207). Sum of RGB (Red+Green+Blue) = 216+174+207=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AECF is #275130. Grayscale: #BEBEBE. Windows color (decimal): -2576689 or 13610712. OLE color: 13610712.

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

Color convert

RGB 216 174 207 -
CMYK 0 0.19 0.04 0.15
HSL 312.86º 0.35% 0.76% -
HSV(B) 312.86º 0.19% 0.85% -
XYZ 54.72 49.38 65.68 -
YUV 190.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 216 174 207 0 0.19 0.04 0.15 312.86 0.35 0.76
Hex D8 AE CF 0 13 4 F 139 23 4C
Octal 330 256 317 0 23 4 17 471 43 114
Binary 11011000 10101110 11001111 0 10011 100 1111 100111001 100011 1001100

Color Harmonies of #D8AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AECF

Black with #D8AECF

Text Example


Text Example

White with #D8AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AECF; }

 p { color: rgb(216,174,207); }

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

background-color css

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

 a { background-color: rgb(216,174,207); }

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

border-color css

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

 span { border-color: rgb(216,174,207); }

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