Html Css Color HEX #D5C0D0 French Lilac

📋 copy color: '#D5C0D0'

red 213 ◦ green 192 ◦ blue 208

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

Shades of French Lilac #D5C0D0

Tints of French Lilac #D5C0D0

RGB

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

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

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

R = 34.75%
G = 31.32%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D5C0D0 (or 0xD5C0D0) is known color: French Lilac. HEX triplet: D5, C0 and D0. RGB value is (213,192,208). Sum of RGB (Red+Green+Blue) = 213+192+208=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0D0 is #2A3F2F. Grayscale: #C8C8C8. Windows color (decimal): -2768688 or 13680853. OLE color: 13680853.

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

Color convert

RGB 213 192 208 -
CMYK 0 0.10 0.02 0.16
HSL 314.29º 0.2% 0.79% -
HSV(B) 314.29º 0.1% 0.84% -
XYZ 57.68 56.4 67.52 -
YUV 200.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 213 192 208 0 0.10 0.02 0.16 314.29 0.2 0.79
Hex D5 C0 D0 0 A 2 10 13A 14 4F
Octal 325 300 320 0 12 2 20 472 24 117
Binary 11010101 11000000 11010000 0 1010 10 10000 100111010 10100 1001111

Color Harmonies of #D5C0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C0D0

Black with #D5C0D0

Text Example


Text Example

White with #D5C0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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