Html Css Color HEX #DCC5D8 French Lilac

📋 copy color: '#DCC5D8'

red 220 ◦ green 197 ◦ blue 216

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

Shades of French Lilac #DCC5D8

Tints of French Lilac #DCC5D8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.12%

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

R = 34.76%
G = 31.12%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCC5D8 (or 0xDCC5D8) is known color: French Lilac. HEX triplet: DC, C5 and D8. RGB value is (220,197,216). Sum of RGB (Red+Green+Blue) = 220+197+216=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5D8 is #233A27. Grayscale: #CDCDCD. Windows color (decimal): -2308648 or 14206428. OLE color: 14206428.

HSL color Cylindrical-coordinate representation of color #DCC5D8: hue angle of 310.43º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC5D8 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 216 -
CMYK 0 0.10 0.02 0.14
HSL 310.43º 0.25% 0.82% -
HSV(B) 310.43º 0.1% 0.86% -
XYZ 61.88 60.11 73.31 -
YUV 206.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 220 197 216 0 0.10 0.02 0.14 310.43 0.25 0.82
Hex DC C5 D8 0 A 2 E 136 19 52
Octal 334 305 330 0 12 2 16 466 31 122
Binary 11011100 11000101 11011000 0 1010 10 1110 100110110 11001 1010010

Color Harmonies of #DCC5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5D8

Black with #DCC5D8

Text Example


Text Example

White with #DCC5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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