Html Css Color HEX #DCC1D7 French Lilac

📋 copy color: '#DCC1D7'

red 220 ◦ green 193 ◦ blue 215

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

Shades of French Lilac #DCC1D7

Tints of French Lilac #DCC1D7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.73%

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

R = 35.03%
G = 30.73%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCC1D7 (or 0xDCC1D7) is known color: French Lilac. HEX triplet: DC, C1 and D7. RGB value is (220,193,215). Sum of RGB (Red+Green+Blue) = 220+193+215=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1D7 is #233E28. Grayscale: #CBCBCB. Windows color (decimal): -2309673 or 14139868. OLE color: 14139868.

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

Color convert

RGB 220 193 215 -
CMYK 0 0.12 0.02 0.14
HSL 311.11º 0.28% 0.81% -
HSV(B) 311.11º 0.12% 0.86% -
XYZ 60.85 58.26 72.33 -
YUV 203.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 220 193 215 0 0.12 0.02 0.14 311.11 0.28 0.81
Hex DC C1 D7 0 C 2 E 137 1C 51
Octal 334 301 327 0 14 2 16 467 34 121
Binary 11011100 11000001 11010111 0 1100 10 1110 100110111 11100 1010001

Color Harmonies of #DCC1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1D7

Black with #DCC1D7

Text Example


Text Example

White with #DCC1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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