Html Css Color HEX #D5ADCF French Lilac

📋 copy color: '#D5ADCF'

red 213 ◦ green 173 ◦ blue 207

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

Shades of French Lilac #D5ADCF

Tints of French Lilac #D5ADCF

RGB

 RED value IS 213 (83.59% from 255) = 35.92%

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

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

R = 35.92%
G = 29.17%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5ADCF (or 0xD5ADCF) is known color: French Lilac. HEX triplet: D5, AD and CF. RGB value is (213,173,207). Sum of RGB (Red+Green+Blue) = 213+173+207=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADCF is #2A5230. Grayscale: #BCBCBC. Windows color (decimal): -2773553 or 13610453. OLE color: 13610453.

HSL color Cylindrical-coordinate representation of color #D5ADCF: hue angle of 309º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADCF is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 207 -
CMYK 0 0.19 0.03 0.16
HSL 309º 0.32% 0.76% -
HSV(B) 309º 0.19% 0.84% -
XYZ 53.65 48.54 65.57 -
YUV 188.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 213 173 207 0 0.19 0.03 0.16 309 0.32 0.76
Hex D5 AD CF 0 13 3 10 135 20 4C
Octal 325 255 317 0 23 3 20 465 40 114
Binary 11010101 10101101 11001111 0 10011 11 10000 100110101 100000 1001100

Color Harmonies of #D5ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADCF

Black with #D5ADCF

Text Example


Text Example

White with #D5ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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