Html Css Color HEX #D5ADCE French Lilac

📋 copy color: '#D5ADCE'

red 213 ◦ green 173 ◦ blue 206

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

Shades of French Lilac #D5ADCE

Tints of French Lilac #D5ADCE

RGB

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

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

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

R = 35.98%
G = 29.22%
B = 34.8%

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

#D5ADCE (or 0xD5ADCE) is known color: French Lilac. HEX triplet: D5, AD and CE. RGB value is (213,173,206). Sum of RGB (Red+Green+Blue) = 213+173+206=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADCE is #2A5231. Grayscale: #BCBCBC. Windows color (decimal): -2773554 or 13544917. OLE color: 13544917.

HSL color Cylindrical-coordinate representation of color #D5ADCE: hue angle of 310.5º 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 #D5ADCE is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 206 -
CMYK 0 0.19 0.03 0.16
HSL 310.5º 0.32% 0.76% -
HSV(B) 310.5º 0.19% 0.84% -
XYZ 53.52 48.49 64.93 -
YUV 188.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 213 173 206 0 0.19 0.03 0.16 310.5 0.32 0.76
Hex D5 AD CE 0 13 3 10 136 20 4C
Octal 325 255 316 0 23 3 20 466 40 114
Binary 11010101 10101101 11001110 0 10011 11 10000 100110110 100000 1001100

Color Harmonies of #D5ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADCE

Black with #D5ADCE

Text Example


Text Example

White with #D5ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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