Html Css Color HEX #DCC3D6 French Lilac

📋 copy color: '#DCC3D6'

red 220 ◦ green 195 ◦ blue 214

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

Shades of French Lilac #DCC3D6

Tints of French Lilac #DCC3D6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31%

 BLUE value IS 214 (83.98% from 255) = 34.02%

R = 34.98%
G = 31%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCC3D6 (or 0xDCC3D6) is known color: French Lilac. HEX triplet: DC, C3 and D6. RGB value is (220,195,214). Sum of RGB (Red+Green+Blue) = 220+195+214=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3D6 is #233C29. Grayscale: #CCCCCC. Windows color (decimal): -2309162 or 14074844. OLE color: 14074844.

HSL color Cylindrical-coordinate representation of color #DCC3D6: hue angle of 314.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC3D6 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 214 -
CMYK 0 0.11 0.03 0.14
HSL 314.4º 0.26% 0.81% -
HSV(B) 314.4º 0.11% 0.86% -
XYZ 61.17 59.1 71.8 -
YUV 204.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 220 195 214 0 0.11 0.03 0.14 314.4 0.26 0.81
Hex DC C3 D6 0 B 3 E 13A 1A 51
Octal 334 303 326 0 13 3 16 472 32 121
Binary 11011100 11000011 11010110 0 1011 11 1110 100111010 11010 1010001

Color Harmonies of #DCC3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC3D6

Black with #DCC3D6

Text Example


Text Example

White with #DCC3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC3D6; }

 p { color: rgb(220,195,214); }

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

background-color css

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

 a { background-color: rgb(220,195,214); }

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

border-color css

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

 span { border-color: rgb(220,195,214); }

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