Html Css Color HEX #DCC7D8 French Lilac

📋 copy color: '#DCC7D8'

red 220 ◦ green 199 ◦ blue 216

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

Shades of French Lilac #DCC7D8

Tints of French Lilac #DCC7D8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.34%

 BLUE value IS 216 (84.77% from 255) = 34.02%

R = 34.65%
G = 31.34%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCC7D8 (or 0xDCC7D8) is known color: French Lilac. HEX triplet: DC, C7 and D8. RGB value is (220,199,216). Sum of RGB (Red+Green+Blue) = 220+199+216=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7D8 is #233827. Grayscale: #CFCFCF. Windows color (decimal): -2308136 or 14206940. OLE color: 14206940.

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

Color convert

RGB 220 199 216 -
CMYK 0 0.10 0.02 0.14
HSL 311.43º 0.23% 0.82% -
HSV(B) 311.43º 0.1% 0.86% -
XYZ 62.33 61.02 73.46 -
YUV 207.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 220 199 216 0 0.10 0.02 0.14 311.43 0.23 0.82
Hex DC C7 D8 0 A 2 E 137 17 52
Octal 334 307 330 0 12 2 16 467 27 122
Binary 11011100 11000111 11011000 0 1010 10 1110 100110111 10111 1010010

Color Harmonies of #DCC7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7D8

Black with #DCC7D8

Text Example


Text Example

White with #DCC7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7D8; }

 p { color: rgb(220,199,216); }

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

background-color css

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

 a { background-color: rgb(220,199,216); }

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

border-color css

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

 span { border-color: rgb(220,199,216); }

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