Html Css Color HEX #DCC0D9 French Lilac

📋 copy color: '#DCC0D9'

red 220 ◦ green 192 ◦ blue 217

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

Shades of French Lilac #DCC0D9

Tints of French Lilac #DCC0D9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.52%

 BLUE value IS 217 (85.16% from 255) = 34.5%

R = 34.98%
G = 30.52%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCC0D9 (or 0xDCC0D9) is known color: French Lilac. HEX triplet: DC, C0 and D9. RGB value is (220,192,217). Sum of RGB (Red+Green+Blue) = 220+192+217=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D9 is #233F26. Grayscale: #CBCBCB. Windows color (decimal): -2309927 or 14270684. OLE color: 14270684.

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

Color convert

RGB 220 192 217 -
CMYK 0 0.13 0.01 0.14
HSL 306.43º 0.29% 0.81% -
HSV(B) 306.43º 0.13% 0.86% -
XYZ 60.89 57.92 73.62 -
YUV 203.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 220 192 217 0 0.13 0.01 0.14 306.43 0.29 0.81
Hex DC C0 D9 0 D 1 E 132 1D 51
Octal 334 300 331 0 15 1 16 462 35 121
Binary 11011100 11000000 11011001 0 1101 1 1110 100110010 11101 1010001

Color Harmonies of #DCC0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC0D9

Black with #DCC0D9

Text Example


Text Example

White with #DCC0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC0D9; }

 p { color: rgb(220,192,217); }

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

background-color css

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

 a { background-color: rgb(220,192,217); }

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

border-color css

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

 span { border-color: rgb(220,192,217); }

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