Html Css Color HEX #DCC8D7 French Lilac

📋 copy color: '#DCC8D7'

red 220 ◦ green 200 ◦ blue 215

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

Shades of French Lilac #DCC8D7

Tints of French Lilac #DCC8D7

RGB

 RED value IS 220 (86.33% from 255) = 34.65%

 GREEN value IS 200 (78.52% from 255) = 31.5%

 BLUE value IS 215 (84.38% from 255) = 33.86%

R = 34.65%
G = 31.5%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCC8D7 (or 0xDCC8D7) is known color: French Lilac. HEX triplet: DC, C8 and D7. RGB value is (220,200,215). Sum of RGB (Red+Green+Blue) = 220+200+215=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8D7 is #233728. Grayscale: #CFCFCF. Windows color (decimal): -2307881 or 14141660. OLE color: 14141660.

HSL color Cylindrical-coordinate representation of color #DCC8D7: hue angle of 315º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC8D7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 215 -
CMYK 0 0.09 0.02 0.14
HSL 315º 0.22% 0.82% -
HSV(B) 315º 0.09% 0.86% -
XYZ 62.44 61.43 72.86 -
YUV 207.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 220 200 215 0 0.09 0.02 0.14 315 0.22 0.82
Hex DC C8 D7 0 9 2 E 13B 16 52
Octal 334 310 327 0 11 2 16 473 26 122
Binary 11011100 11001000 11010111 0 1001 10 1110 100111011 10110 1010010

Color Harmonies of #DCC8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8D7

Black with #DCC8D7

Text Example


Text Example

White with #DCC8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8D7; }

 p { color: rgb(220,200,215); }

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

background-color css

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

 a { background-color: rgb(220,200,215); }

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

border-color css

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

 span { border-color: rgb(220,200,215); }

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