Html Css Color HEX #D9ADCE French Lilac

📋 copy color: '#D9ADCE'

red 217 ◦ green 173 ◦ blue 206

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

Shades of French Lilac #D9ADCE

Tints of French Lilac #D9ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.56%

R = 36.41%
G = 29.03%
B = 34.56%

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

#D9ADCE (or 0xD9ADCE) is known color: French Lilac. HEX triplet: D9, AD and CE. RGB value is (217,173,206). Sum of RGB (Red+Green+Blue) = 217+173+206=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADCE is #265231. Grayscale: #BDBDBD. Windows color (decimal): -2511410 or 13544921. OLE color: 13544921.

HSL color Cylindrical-coordinate representation of color #D9ADCE: hue angle of 315º 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 #D9ADCE is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 206 -
CMYK 0 0.20 0.05 0.15
HSL 315º 0.37% 0.76% -
HSV(B) 315º 0.2% 0.85% -
XYZ 54.7 49.1 64.99 -
YUV 189.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 217 173 206 0 0.20 0.05 0.15 315 0.37 0.76
Hex D9 AD CE 0 14 5 F 13B 25 4C
Octal 331 255 316 0 24 5 17 473 45 114
Binary 11011001 10101101 11001110 0 10100 101 1111 100111011 100101 1001100

Color Harmonies of #D9ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADCE

Black with #D9ADCE

Text Example


Text Example

White with #D9ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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