Html Css Color HEX #DCC0D7 French Lilac

📋 copy color: '#DCC0D7'

red 220 ◦ green 192 ◦ blue 215

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

Shades of French Lilac #DCC0D7

Tints of French Lilac #DCC0D7

RGB

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

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

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

R = 35.09%
G = 30.62%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCC0D7 (or 0xDCC0D7) is known color: French Lilac. HEX triplet: DC, C0 and D7. RGB value is (220,192,215). Sum of RGB (Red+Green+Blue) = 220+192+215=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D7 is #233F28. Grayscale: #CACACA. Windows color (decimal): -2309929 or 14139612. OLE color: 14139612.

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

Color convert

RGB 220 192 215 -
CMYK 0 0.13 0.02 0.14
HSL 310.71º 0.29% 0.81% -
HSV(B) 310.71º 0.13% 0.86% -
XYZ 60.63 57.82 72.26 -
YUV 202.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 220 192 215 0 0.13 0.02 0.14 310.71 0.29 0.81
Hex DC C0 D7 0 D 2 E 137 1D 51
Octal 334 300 327 0 15 2 16 467 35 121
Binary 11011100 11000000 11010111 0 1101 10 1110 100110111 11101 1010001

Color Harmonies of #DCC0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC0D7

Black with #DCC0D7

Text Example


Text Example

White with #DCC0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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