Html Css Color HEX #D6ADCE French Lilac

📋 copy color: '#D6ADCE'

red 214 ◦ green 173 ◦ blue 206

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

Shades of French Lilac #D6ADCE

Tints of French Lilac #D6ADCE

RGB

 RED value IS 214 (83.98% from 255) = 36.09%

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

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

R = 36.09%
G = 29.17%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6ADCE (or 0xD6ADCE) is known color: French Lilac. HEX triplet: D6, AD and CE. RGB value is (214,173,206). Sum of RGB (Red+Green+Blue) = 214+173+206=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADCE is #295231. Grayscale: #BCBCBC. Windows color (decimal): -2708018 or 13544918. OLE color: 13544918.

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

Color convert

RGB 214 173 206 -
CMYK 0 0.19 0.04 0.16
HSL 311.71º 0.33% 0.76% -
HSV(B) 311.71º 0.19% 0.84% -
XYZ 53.82 48.64 64.94 -
YUV 189.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 214 173 206 0 0.19 0.04 0.16 311.71 0.33 0.76
Hex D6 AD CE 0 13 4 10 138 21 4C
Octal 326 255 316 0 23 4 20 470 41 114
Binary 11010110 10101101 11001110 0 10011 100 10000 100111000 100001 1001100

Color Harmonies of #D6ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADCE

Black with #D6ADCE

Text Example


Text Example

White with #D6ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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