Html Css Color HEX #D8AFD4 French Lilac

📋 copy color: '#D8AFD4'

red 216 ◦ green 175 ◦ blue 212

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

Shades of French Lilac #D8AFD4

Tints of French Lilac #D8AFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.16%

R = 35.82%
G = 29.02%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D8AFD4 (or 0xD8AFD4) is known color: French Lilac. HEX triplet: D8, AF and D4. RGB value is (216,175,212). Sum of RGB (Red+Green+Blue) = 216+175+212=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFD4 is #27502B. Grayscale: #BFBFBF. Windows color (decimal): -2576428 or 13938648. OLE color: 13938648.

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

Color convert

RGB 216 175 212 -
CMYK 0 0.19 0.02 0.15
HSL 305.85º 0.34% 0.77% -
HSV(B) 305.85º 0.19% 0.85% -
XYZ 55.53 50.01 69.01 -
YUV 191.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 216 175 212 0 0.19 0.02 0.15 305.85 0.34 0.77
Hex D8 AF D4 0 13 2 F 132 22 4D
Octal 330 257 324 0 23 2 17 462 42 115
Binary 11011000 10101111 11010100 0 10011 10 1111 100110010 100010 1001101

Color Harmonies of #D8AFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFD4

Black with #D8AFD4

Text Example


Text Example

White with #D8AFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFD4; }

 p { color: rgb(216,175,212); }

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

background-color css

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

 a { background-color: rgb(216,175,212); }

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

border-color css

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

 span { border-color: rgb(216,175,212); }

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