Html Css Color HEX #DCB3CF French Lilac

📋 copy color: '#DCB3CF'

red 220 ◦ green 179 ◦ blue 207

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

Shades of French Lilac #DCB3CF

Tints of French Lilac #DCB3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.54%

 BLUE value IS 207 (81.25% from 255) = 34.16%

R = 36.3%
G = 29.54%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DCB3CF (or 0xDCB3CF) is known color: French Lilac. HEX triplet: DC, B3 and CF. RGB value is (220,179,207). Sum of RGB (Red+Green+Blue) = 220+179+207=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3CF is #234C30. Grayscale: #C2C2C2. Windows color (decimal): -2313265 or 13611996. OLE color: 13611996.

HSL color Cylindrical-coordinate representation of color #DCB3CF: hue angle of 319.02º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3CF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 207 -
CMYK 0 0.19 0.06 0.14
HSL 319.02º 0.37% 0.78% -
HSV(B) 319.02º 0.19% 0.86% -
XYZ 56.9 51.96 66.06 -
YUV 194.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 220 179 207 0 0.19 0.06 0.14 319.02 0.37 0.78
Hex DC B3 CF 0 13 6 E 13F 25 4E
Octal 334 263 317 0 23 6 16 477 45 116
Binary 11011100 10110011 11001111 0 10011 110 1110 100111111 100101 1001110

Color Harmonies of #DCB3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3CF

Black with #DCB3CF

Text Example


Text Example

White with #DCB3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3CF; }

 p { color: rgb(220,179,207); }

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

background-color css

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

 a { background-color: rgb(220,179,207); }

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

border-color css

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

 span { border-color: rgb(220,179,207); }

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