Html Css Color HEX #DCBFD5 French Lilac

📋 copy color: '#DCBFD5'

red 220 ◦ green 191 ◦ blue 213

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

Shades of French Lilac #DCBFD5

Tints of French Lilac #DCBFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 30.61%

 BLUE value IS 213 (83.59% from 255) = 34.13%

R = 35.26%
G = 30.61%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCBFD5 (or 0xDCBFD5) is known color: French Lilac. HEX triplet: DC, BF and D5. RGB value is (220,191,213). Sum of RGB (Red+Green+Blue) = 220+191+213=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFD5 is #23402A. Grayscale: #CACACA. Windows color (decimal): -2310187 or 14008284. OLE color: 14008284.

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

Color convert

RGB 220 191 213 -
CMYK 0 0.13 0.03 0.14
HSL 314.48º 0.29% 0.81% -
HSV(B) 314.48º 0.13% 0.86% -
XYZ 60.16 57.28 70.84 -
YUV 202.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 220 191 213 0 0.13 0.03 0.14 314.48 0.29 0.81
Hex DC BF D5 0 D 3 E 13A 1D 51
Octal 334 277 325 0 15 3 16 472 35 121
Binary 11011100 10111111 11010101 0 1101 11 1110 100111010 11101 1010001

Color Harmonies of #DCBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFD5

Black with #DCBFD5

Text Example


Text Example

White with #DCBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFD5; }

 p { color: rgb(220,191,213); }

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

background-color css

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

 a { background-color: rgb(220,191,213); }

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

border-color css

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

 span { border-color: rgb(220,191,213); }

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