Html Css Color HEX #D6C0D0 French Lilac

📋 copy color: '#D6C0D0'

red 214 ◦ green 192 ◦ blue 208

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

Shades of French Lilac #D6C0D0

Tints of French Lilac #D6C0D0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.27%

 BLUE value IS 208 (81.64% from 255) = 33.88%

R = 34.85%
G = 31.27%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6C0D0 (or 0xD6C0D0) is known color: French Lilac. HEX triplet: D6, C0 and D0. RGB value is (214,192,208). Sum of RGB (Red+Green+Blue) = 214+192+208=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0D0 is #293F2F. Grayscale: #C8C8C8. Windows color (decimal): -2703152 or 13680854. OLE color: 13680854.

HSL color Cylindrical-coordinate representation of color #D6C0D0: hue angle of 316.36º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C0D0 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 192 208 -
CMYK 0 0.10 0.03 0.16
HSL 316.36º 0.21% 0.8% -
HSV(B) 316.36º 0.1% 0.84% -
XYZ 57.97 56.55 67.53 -
YUV 200.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 214 192 208 0 0.10 0.03 0.16 316.36 0.21 0.8
Hex D6 C0 D0 0 A 3 10 13C 15 50
Octal 326 300 320 0 12 3 20 474 25 120
Binary 11010110 11000000 11010000 0 1010 11 10000 100111100 10101 1010000

Color Harmonies of #D6C0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C0D0

Black with #D6C0D0

Text Example


Text Example

White with #D6C0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C0D0; }

 p { color: rgb(214,192,208); }

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

background-color css

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

 a { background-color: rgb(214,192,208); }

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

border-color css

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

 span { border-color: rgb(214,192,208); }

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