Html Css Color HEX #D9ADCF French Lilac

📋 copy color: '#D9ADCF'

red 217 ◦ green 173 ◦ blue 207

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

Shades of French Lilac #D9ADCF

Tints of French Lilac #D9ADCF

RGB

 RED value IS 217 (85.16% from 255) = 36.35%

 GREEN value IS 173 (67.97% from 255) = 28.98%

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

R = 36.35%
G = 28.98%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D9ADCF (or 0xD9ADCF) is known color: French Lilac. HEX triplet: D9, AD and CF. RGB value is (217,173,207). Sum of RGB (Red+Green+Blue) = 217+173+207=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADCF is #265230. Grayscale: #BDBDBD. Windows color (decimal): -2511409 or 13610457. OLE color: 13610457.

HSL color Cylindrical-coordinate representation of color #D9ADCF: hue angle of 313.64º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADCF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 207 -
CMYK 0 0.20 0.05 0.15
HSL 313.64º 0.37% 0.76% -
HSV(B) 313.64º 0.2% 0.85% -
XYZ 54.82 49.14 65.63 -
YUV 190.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 217 173 207 0 0.20 0.05 0.15 313.64 0.37 0.76
Hex D9 AD CF 0 14 5 F 13A 25 4C
Octal 331 255 317 0 24 5 17 472 45 114
Binary 11011001 10101101 11001111 0 10100 101 1111 100111010 100101 1001100

Color Harmonies of #D9ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADCF

Black with #D9ADCF

Text Example


Text Example

White with #D9ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADCF; }

 p { color: rgb(217,173,207); }

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

background-color css

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

 a { background-color: rgb(217,173,207); }

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

border-color css

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

 span { border-color: rgb(217,173,207); }

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