Html Css Color HEX #DCC5D6 French Lilac

📋 copy color: '#DCC5D6'

red 220 ◦ green 197 ◦ blue 214

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

Shades of French Lilac #DCC5D6

Tints of French Lilac #DCC5D6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.22%

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

R = 34.87%
G = 31.22%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCC5D6 (or 0xDCC5D6) is known color: French Lilac. HEX triplet: DC, C5 and D6. RGB value is (220,197,214). Sum of RGB (Red+Green+Blue) = 220+197+214=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5D6 is #233A29. Grayscale: #CDCDCD. Windows color (decimal): -2308650 or 14075356. OLE color: 14075356.

HSL color Cylindrical-coordinate representation of color #DCC5D6: hue angle of 315.65º degrees, saturation: 0.25, 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 #DCC5D6 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 214 -
CMYK 0 0.10 0.03 0.14
HSL 315.65º 0.25% 0.82% -
HSV(B) 315.65º 0.1% 0.86% -
XYZ 61.62 60 71.95 -
YUV 205.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 220 197 214 0 0.10 0.03 0.14 315.65 0.25 0.82
Hex DC C5 D6 0 A 3 E 13C 19 52
Octal 334 305 326 0 12 3 16 474 31 122
Binary 11011100 11000101 11010110 0 1010 11 1110 100111100 11001 1010010

Color Harmonies of #DCC5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5D6

Black with #DCC5D6

Text Example


Text Example

White with #DCC5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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