Html Css Color HEX #DCB8D6 French Lilac

📋 copy color: '#DCB8D6'

red 220 ◦ green 184 ◦ blue 214

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

Shades of French Lilac #DCB8D6

Tints of French Lilac #DCB8D6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.77%

 BLUE value IS 214 (83.98% from 255) = 34.63%

R = 35.6%
G = 29.77%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCB8D6 (or 0xDCB8D6) is known color: French Lilac. HEX triplet: DC, B8 and D6. RGB value is (220,184,214). Sum of RGB (Red+Green+Blue) = 220+184+214=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 184 (72.27% from 255 or 29.77% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8D6 is #234729. Grayscale: #C6C6C6. Windows color (decimal): -2311978 or 14072028. OLE color: 14072028.

HSL color Cylindrical-coordinate representation of color #DCB8D6: hue angle of 310º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8D6 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 214 -
CMYK 0 0.16 0.03 0.14
HSL 310º 0.34% 0.79% -
HSV(B) 310º 0.16% 0.86% -
XYZ 58.79 54.35 71.01 -
YUV 198.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 220 184 214 0 0.16 0.03 0.14 310 0.34 0.79
Hex DC B8 D6 0 10 3 E 136 22 4F
Octal 334 270 326 0 20 3 16 466 42 117
Binary 11011100 10111000 11010110 0 10000 11 1110 100110110 100010 1001111

Color Harmonies of #DCB8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB8D6

Black with #DCB8D6

Text Example


Text Example

White with #DCB8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB8D6; }

 p { color: rgb(220,184,214); }

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

background-color css

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

 a { background-color: rgb(220,184,214); }

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

border-color css

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

 span { border-color: rgb(220,184,214); }

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