Html Css Color HEX #D8ADCF French Lilac

📋 copy color: '#D8ADCF'

red 216 ◦ green 173 ◦ blue 207

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

Shades of French Lilac #D8ADCF

Tints of French Lilac #D8ADCF

RGB

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

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

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

R = 36.24%
G = 29.03%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8ADCF (or 0xD8ADCF) is known color: French Lilac. HEX triplet: D8, AD and CF. RGB value is (216,173,207). Sum of RGB (Red+Green+Blue) = 216+173+207=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADCF is #275230. Grayscale: #BDBDBD. Windows color (decimal): -2576945 or 13610456. OLE color: 13610456.

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

Color convert

RGB 216 173 207 -
CMYK 0 0.20 0.04 0.15
HSL 312.56º 0.36% 0.76% -
HSV(B) 312.56º 0.2% 0.85% -
XYZ 54.52 48.99 65.61 -
YUV 189.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 216 173 207 0 0.20 0.04 0.15 312.56 0.36 0.76
Hex D8 AD CF 0 14 4 F 139 24 4C
Octal 330 255 317 0 24 4 17 471 44 114
Binary 11011000 10101101 11001111 0 10100 100 1111 100111001 100100 1001100

Color Harmonies of #D8ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADCF

Black with #D8ADCF

Text Example


Text Example

White with #D8ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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