Html Css Color HEX #DCC0D8 French Lilac

📋 copy color: '#DCC0D8'

red 220 ◦ green 192 ◦ blue 216

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

Shades of French Lilac #DCC0D8

Tints of French Lilac #DCC0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.39%

R = 35.03%
G = 30.57%
B = 34.39%

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

#DCC0D8 (or 0xDCC0D8) is known color: French Lilac. HEX triplet: DC, C0 and D8. RGB value is (220,192,216). Sum of RGB (Red+Green+Blue) = 220+192+216=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D8 is #233F27. Grayscale: #CBCBCB. Windows color (decimal): -2309928 or 14205148. OLE color: 14205148.

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

Color convert

RGB 220 192 216 -
CMYK 0 0.13 0.02 0.14
HSL 308.57º 0.29% 0.81% -
HSV(B) 308.57º 0.13% 0.86% -
XYZ 60.76 57.87 72.93 -
YUV 203.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 220 192 216 0 0.13 0.02 0.14 308.57 0.29 0.81
Hex DC C0 D8 0 D 2 E 135 1D 51
Octal 334 300 330 0 15 2 16 465 35 121
Binary 11011100 11000000 11011000 0 1101 10 1110 100110101 11101 1010001

Color Harmonies of #DCC0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC0D8

Black with #DCC0D8

Text Example


Text Example

White with #DCC0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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