Html Css Color HEX #DCC9D8 French Lilac

📋 copy color: '#DCC9D8'

red 220 ◦ green 201 ◦ blue 216

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

Shades of French Lilac #DCC9D8

Tints of French Lilac #DCC9D8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.55%

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

R = 34.54%
G = 31.55%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCC9D8 (or 0xDCC9D8) is known color: French Lilac. HEX triplet: DC, C9 and D8. RGB value is (220,201,216). Sum of RGB (Red+Green+Blue) = 220+201+216=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9D8 is #233627. Grayscale: #D0D0D0. Windows color (decimal): -2307624 or 14207452. OLE color: 14207452.

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

Color convert

RGB 220 201 216 -
CMYK 0 0.09 0.02 0.14
HSL 312.63º 0.21% 0.83% -
HSV(B) 312.63º 0.09% 0.86% -
XYZ 62.8 61.95 73.61 -
YUV 208.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 220 201 216 0 0.09 0.02 0.14 312.63 0.21 0.83
Hex DC C9 D8 0 9 2 E 139 15 53
Octal 334 311 330 0 11 2 16 471 25 123
Binary 11011100 11001001 11011000 0 1001 10 1110 100111001 10101 1010011

Color Harmonies of #DCC9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9D8

Black with #DCC9D8

Text Example


Text Example

White with #DCC9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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