Html Css Color HEX #DCC6D8 French Lilac

📋 copy color: '#DCC6D8'

red 220 ◦ green 198 ◦ blue 216

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

Shades of French Lilac #DCC6D8

Tints of French Lilac #DCC6D8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.23%

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

R = 34.7%
G = 31.23%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCC6D8 (or 0xDCC6D8) is known color: French Lilac. HEX triplet: DC, C6 and D8. RGB value is (220,198,216). Sum of RGB (Red+Green+Blue) = 220+198+216=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6D8 is #233927. Grayscale: #CECECE. Windows color (decimal): -2308392 or 14206684. OLE color: 14206684.

HSL color Cylindrical-coordinate representation of color #DCC6D8: hue angle of 310.91º degrees, saturation: 0.24, 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 #DCC6D8 is Cyan = 0, Magento = 0.1, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 216 -
CMYK 0 0.1 0.02 0.14
HSL 310.91º 0.24% 0.82% -
HSV(B) 310.91º 0.1% 0.86% -
XYZ 62.1 60.56 73.38 -
YUV 206.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 220 198 216 0 0.1 0.02 0.14 310.91 0.24 0.82
Hex DC C6 D8 0 A 2 E 137 18 52
Octal 334 306 330 0 12 2 16 467 30 122
Binary 11011100 11000110 11011000 0 1010 10 1110 100110111 11000 1010010

Color Harmonies of #DCC6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6D8

Black with #DCC6D8

Text Example


Text Example

White with #DCC6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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