Html Css Color HEX #D8C0D2 French Lilac

📋 copy color: '#D8C0D2'

red 216 ◦ green 192 ◦ blue 210

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

Shades of French Lilac #D8C0D2

Tints of French Lilac #D8C0D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.98%

R = 34.95%
G = 31.07%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D8C0D2 (or 0xD8C0D2) is known color: French Lilac. HEX triplet: D8, C0 and D2. RGB value is (216,192,210). Sum of RGB (Red+Green+Blue) = 216+192+210=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0D2 is #273F2D. Grayscale: #C9C9C9. Windows color (decimal): -2572078 or 13811928. OLE color: 13811928.

HSL color Cylindrical-coordinate representation of color #D8C0D2: hue angle of 315º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8C0D2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 192 210 -
CMYK 0 0.11 0.03 0.15
HSL 315º 0.24% 0.8% -
HSV(B) 315º 0.11% 0.85% -
XYZ 58.8 56.95 68.87 -
YUV 201.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 216 192 210 0 0.11 0.03 0.15 315 0.24 0.8
Hex D8 C0 D2 0 B 3 F 13B 18 50
Octal 330 300 322 0 13 3 17 473 30 120
Binary 11011000 11000000 11010010 0 1011 11 1111 100111011 11000 1010000

Color Harmonies of #D8C0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C0D2

Black with #D8C0D2

Text Example


Text Example

White with #D8C0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C0D2; }

 p { color: rgb(216,192,210); }

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

background-color css

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

 a { background-color: rgb(216,192,210); }

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

border-color css

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

 span { border-color: rgb(216,192,210); }

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